Skip to content

Commit 3968590

Browse files
author
Trevor Sundberg
committed
Publish to npm
1 parent 117e68f commit 3968590

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!host/**

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ deploy:
2020
api_key: $GITHUB_TOKEN
2121
file_glob: true
2222
file: bin/*.{zip,tar.xz}
23+
on:
24+
branch: master
25+
tags: true
26+
- provider: npm
27+
email: $NPM_EMAIL
28+
api_key: $NPM_TOKEN
2329
on:
2430
branch: master
2531
tags: true

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.3",
44
"description": "Generate a unique shareable link and remote into a machine via web interface (SSH)",
55
"main": ".eslintrc.js",
6+
"bin": "host/bin/host/src/index.js",
67
"scripts": {
78
"build-client": "cd client && npm install --no-progress && eslint src/* && rm -rf ./bin && webpack --mode production",
89
"start-client": "cd client && node --max_old_space_size=8192 ../node_modules/.bin/webpack-dev-server --mode development --open --hot",

0 commit comments

Comments
 (0)