Merge pull request #2 from emkay/greenkeeper/initial

Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
Michael Matuzak 2017-06-08 13:50:32 -07:00 committed by GitHub
commit 4964da3163
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# parser-6502
[![Greenkeeper badge](https://badges.greenkeeper.io/emkay/parser-6502.svg)](https://greenkeeper.io/)
Parser for 6502 assembler
This is a parser written in javascript that will parse assembler written for the [6502 8-bit microprocessor](https://en.wikipedia.org/wiki/MOS_Technology_6502).

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