update README

This commit is contained in:
2017-04-30 17:11:19 +02:00
parent 743c7a03a5
commit c8dcdc0df4
3 changed files with 8 additions and 84 deletions

View File

@@ -5,10 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"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)",
"startdev": "(git checkout master && git pull origin master)"
"test": "(npmts)"
},
"repository": {
"type": "git",
@@ -32,7 +29,6 @@
"typings-global": "^1.0.16"
},
"devDependencies": {
"beautylog": "^6.1.10",
"gulp": "^3.9.1",
"smartgulp": "^1.0.1",
"tapbundle": "^1.0.10"