1
0
mirror of https://github.com/emkay/parser-6502.git synced 2025-07-17 13:24:06 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
greenkeeper[bot]
52bad512b4 Update to node 10 in .travis.yml 2018-04-26 17:11:21 +00:00
4 changed files with 3304 additions and 4245 deletions

View File

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

View File

@@ -2,15 +2,6 @@
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)

7530
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.3",
"version": "1.0.2",
"description": "Parser for 6502 assembler.",
"main": "index.js",
"dependencies": {
@@ -8,8 +8,8 @@
},
"devDependencies": {
"standard": "^11.0.0",
"standard-version": "^5.0.0",
"tap": "^14.2.3",
"standard-version": "^4.0.0",
"tap": "^11.0.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},