Add: npm publish to travis

This commit is contained in:
Christoph Wiechert
2020-04-14 11:27:02 +02:00
parent 1a02f9a339
commit 041684408b
5 changed files with 16 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "psitransfer",
"version": "1.3.2",
"version": "0.0.0",
"description": "Simple open source self-hosted file sharing solution",
"keywords": [
"share",
@@ -26,6 +26,9 @@
"tusboy": "^1.1.1",
"uuid": "^3.3.2"
},
"bin":{
"psitransfer": "cli.js"
},
"devDependencies": {},
"scripts": {
"start": "NODE_ENV=production node app.js",