1
0
mirror of https://github.com/emkay/parser-6502.git synced 2024-06-07 10:29:31 +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"
},
"devDependencies": {
"standard": "^8.1.0",
"standard-version": "^3.0.0",
"tap": "^7.1.2"
"standard": "^9.0.1",
"standard-version": "^4.0.0",
"tap": "^10.3.0"
},
"scripts": {
"release": "npm test && standard-version && git push origin master && npm publish",