Skip to content

Commit

Permalink
2023.02.05-1
Browse files Browse the repository at this point in the history
  • Loading branch information
killerbossoriginal committed Feb 5, 2023
1 parent e323c1a commit ae9ef7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ 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:
Expand All @@ -32,6 +36,10 @@ 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:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@thundernetworkrad/logs",
"version": "2023.02.05",
"version": "2023.02.05-1",
"description": "Logging module for JavaScript / TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"install": "tsc"
"build": "tsc"
},
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/ThunderNetworkRaD/node-logs#readme",
"dependencies": {
"@thundernetworkrad/time": "^2023.2.5",
"@thundernetworkrad/time": "^2023.2.5-2",
"@types/node": "^18.11.18",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
Expand Down

0 comments on commit ae9ef7b

Please sign in to comment.