2023.02.03-2

This commit is contained in:
KillerBossOriginal 2023-02-05 13:30:54 +01:00
parent 3dc6fbb535
commit 557786d2bb
2 changed files with 6 additions and 2 deletions

View file

@ -14,6 +14,10 @@ jobs:
node-version: '16.x' node-version: '16.x'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
scope: '@thundernetworkrad' scope: '@thundernetworkrad'
- name: Install Dependencies
run: npm i
- name: Build
run: npm run build
- name: Publish package on NPM 📦 - name: Publish package on NPM 📦
run: npm publish --access public run: npm publish --access public
env: env:

View file

@ -1,11 +1,11 @@
{ {
"name": "node-cin", "name": "node-cin",
"version": "2023.02.03-1", "version": "2023.02.03-2",
"description": "Standard input module for JavaScript / TypeScript", "description": "Standard input module for JavaScript / TypeScript",
"main": "build/index.js", "main": "build/index.js",
"types": "build/index.d.ts", "types": "build/index.d.ts",
"scripts": { "scripts": {
"install": "tsc" "build": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",