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
1 changed files with 3 additions and 3 deletions

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",