2023.02.03-2
This commit is contained in:
parent
3dc6fbb535
commit
557786d2bb
2 changed files with 6 additions and 2 deletions
4
.github/workflows/npm-publish.yml
vendored
4
.github/workflows/npm-publish.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "node-cin",
|
||||
"version": "2023.02.03-1",
|
||||
"version": "2023.02.03-2",
|
||||
"description": "Standard input module for JavaScript / TypeScript",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"scripts": {
|
||||
"install": "tsc"
|
||||
"build": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue