1
0
mirror of https://github.com/emkay/parser-6502.git synced 2025-07-06 18:23:54 +00:00

Compare commits

..

7 Commits

4 changed files with 4249 additions and 3308 deletions

View File

@ -1,4 +1,4 @@
language: node_js
node_js:
- "6"
- "10"
- "node"
- "lts/*"

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.3](https://github.com/emkay/parser-6502/compare/v1.0.1...v1.0.3) (2019-06-14)
### Bug Fixes
* **audit:** audit fix update + travis node version ([ee2d2dc](https://github.com/emkay/parser-6502/commit/ee2d2dc))
<a name="1.0.2"></a>
## [1.0.2](https://github.com/emkay/parser-6502/compare/v1.0.1...v1.0.2) (2016-10-13)

7538
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "parser-6502",
"version": "1.0.2",
"version": "1.0.3",
"description": "Parser for 6502 assembler.",
"main": "index.js",
"dependencies": {
@ -8,8 +8,8 @@
},
"devDependencies": {
"standard": "^11.0.0",
"standard-version": "^4.0.0",
"tap": "^11.0.0",
"standard-version": "^5.0.0",
"tap": "^14.2.3",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},