1
0
mirror of https://github.com/emkay/parser-6502.git synced 2024-06-02 07:41:46 +00:00

chore(package.json): updating package.json

This commit is contained in:
Michael Matuzak 2016-10-12 20:20:54 -07:00
parent a34eed5bd1
commit 43e3dc6d79

View File

@ -12,7 +12,7 @@
"tap": "^7.1.2" "tap": "^7.1.2"
}, },
"scripts": { "scripts": {
"release": "standard-version", "release": "npm test && standard-version && git push origin master && npm publish",
"test": "tap test/*.js --cov && standard" "test": "tap test/*.js --cov && standard"
}, },
"repository": { "repository": {