Add: npm publish to travis
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user