Compare commits

..

No commits in common. "main" and "v2023.02.03-1" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View file

@ -4,7 +4,7 @@ on:
types: [created] types: [created]
jobs: jobs:
Publish-NPM: Publish-NPM:
runs-on: node1 runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -14,10 +14,6 @@ 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:

4
.gitignore vendored
View file

@ -103,7 +103,3 @@ dist
# TernJS port file # TernJS port file
.tern-port .tern-port
# build
build

View file

@ -1,11 +1,11 @@
{ {
"name": "node-cin", "name": "node-cin",
"version": "2023.02.05", "version": "2023.02.03-1",
"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": {
"build": "tsc" "install": "tsc"
}, },
"repository": { "repository": {
"type": "git", "type": "git",