1
0
mirror of https://github.com/emkay/parser-6502.git synced 2024-12-22 06:29:27 +00:00

chore(package): update dependencies

https://greenkeeper.io/
This commit is contained in:
greenkeeper[bot] 2017-03-14 17:27:16 +00:00
parent 35626ceae1
commit f52b356e19

View File

@ -7,9 +7,9 @@
"mona": "^0.9.1" "mona": "^0.9.1"
}, },
"devDependencies": { "devDependencies": {
"standard": "^8.1.0", "standard": "^9.0.1",
"standard-version": "^3.0.0", "standard-version": "^4.0.0",
"tap": "^7.1.2" "tap": "^10.3.0"
}, },
"scripts": { "scripts": {
"release": "npm test && standard-version && git push origin master && npm publish", "release": "npm test && standard-version && git push origin master && npm publish",