release script for unique version

This commit is contained in:
Mario Romano
2016-07-04 23:48:55 +01:00
parent f5ffed7f56
commit fe9923da48
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
"posttest": "node_modules/.bin/remap-istanbul -i coverage/report/coverage-final.json -o coverage/report -t html",
"coverage": "npm run test && wsrv -o -p 9875 ./coverage/report",
"prepublish": "npm run build",
"travis": ""
"travis": "echo 'placeholder'"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",