fix(package.json): fix private setting to be false

This commit is contained in:
2018-07-03 08:55:09 +02:00
parent 8fcdc5ce44
commit fadf8782df
14 changed files with 533 additions and 957 deletions

View File

@ -1,5 +1,6 @@
{
"name": "@pushrocks/smartfile",
"private": false,
"version": "6.0.0",
"description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js",
@ -9,7 +10,8 @@
"reinstall": "(rm -r node_modules && npm install)",
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
"update": "(git checkout master && git pull origin master && npm install)",
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)"
"upgrade": "(npm run update) && (ncu upgradeAll && npm install)",
"build": "echo \"Not needed for now\""
},
"repository": {
"type": "git",
@ -42,4 +44,4 @@
"gulp-function": "^2.2.14",
"tapbundle": "^2.0.2"
}
}
}