1
0
mirror of https://github.com/emkay/parser-6502.git synced 2025-08-03 17:24:34 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
greenkeeper[bot]
430bab1a4d chore(package): update standard to version 12.0.1
Closes #8
2018-08-30 08:30:19 +00:00
4 changed files with 3307 additions and 4245 deletions

View File

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

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)

7532
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,15 @@
{
"name": "parser-6502",
"version": "1.0.3",
"version": "1.0.2",
"description": "Parser for 6502 assembler.",
"main": "index.js",
"dependencies": {
"mona": "^0.9.1"
},
"devDependencies": {
"standard": "^11.0.0",
"standard-version": "^5.0.0",
"tap": "^14.9.1",
"standard": "^12.0.1",
"standard-version": "^4.0.0",
"tap": "^12.0.0",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},