Compare commits
No commits in common. "main" and "v2023.02.05" have entirely different histories.
main
...
v2023.02.0
2 changed files with 2 additions and 10 deletions
8
.github/workflows/npm-publish.yml
vendored
8
.github/workflows/npm-publish.yml
vendored
|
@ -14,10 +14,6 @@ jobs:
|
|||
node-version: '16.x'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
scope: '@thundernetworkrad'
|
||||
- name: Install Dependencies
|
||||
run: npm i
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Publish package on NPM 📦
|
||||
run: npm publish --access public
|
||||
env:
|
||||
|
@ -36,10 +32,6 @@ jobs:
|
|||
node-version: '16.x'
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
scope: '@thundernetworkrad'
|
||||
- name: Install Dependencies
|
||||
run: npm i
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Publish package on NPM 📦
|
||||
run: npm publish --access public
|
||||
env:
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "@thundernetworkrad/time",
|
||||
"version": "2023.02.05-1",
|
||||
"version": "2023.02.05",
|
||||
"description": "Time Modules for NPM",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc"
|
||||
"install": "tsc"
|
||||
},
|
||||
"repository": "https://github.com/ThunderNetworkRaD/node-time",
|
||||
"author": "ThunderNetworkRaD | Killer Boss Original",
|
||||
|
|
Loading…
Reference in a new issue