2023.02.05
This commit is contained in:
parent
627a39df98
commit
7b6885d9c6
3 changed files with 10 additions and 6 deletions
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
types: [created]
|
||||
jobs:
|
||||
Publish-NPM:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: node1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
REGISTRY2: 'registry=https://registry.npmjs.org/'
|
||||
|
||||
Publish-GitHub-NPM:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: node1
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -102,3 +102,7 @@ dist
|
|||
|
||||
# TernJS port file
|
||||
.tern-port
|
||||
|
||||
|
||||
build
|
||||
package-lock.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@thundernetworkrad/logs",
|
||||
"version": "2023.02.03-1",
|
||||
"version": "2023.02.05",
|
||||
"description": "Logging module for JavaScript / TypeScript",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
|
@ -18,9 +18,9 @@
|
|||
},
|
||||
"homepage": "https://github.com/ThunderNetworkRaD/node-logs#readme",
|
||||
"dependencies": {
|
||||
"@thundernetworkrad/readline-sync": "^2023.1.26-2",
|
||||
"@thundernetworkrad/time": "^2023.2.5",
|
||||
"@types/node": "^18.11.18",
|
||||
"tslib": "^2.5.0",
|
||||
"typescript": "^4.9.4",
|
||||
"@types/node": "^18.11.18"
|
||||
"typescript": "^4.9.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue