mirror of
https://github.com/emkay/parser-6502.git
synced 2024-12-21 15:29:19 +00:00
Merge pull request #2 from emkay/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
This commit is contained in:
commit
4964da3163
@ -1,4 +1,6 @@
|
|||||||
# parser-6502
|
# parser-6502
|
||||||
|
|
||||||
|
[![Greenkeeper badge](https://badges.greenkeeper.io/emkay/parser-6502.svg)](https://greenkeeper.io/)
|
||||||
Parser for 6502 assembler
|
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).
|
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).
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user