mirror of
https://github.com/emkay/parser-6502.git
synced 2024-12-21 15:29:19 +00:00
chore(release): 1.0.1
This commit is contained in:
parent
dfe822b086
commit
59ac52a128
6
CHANGELOG.md
Normal file
6
CHANGELOG.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Change Log
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
<a name="1.0.1"></a>
|
||||||
|
## 1.0.1 (2016-10-13)
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "parser-6502",
|
"name": "parser-6502",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Parser for 6502 assembler.",
|
"description": "Parser for 6502 assembler.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -8,9 +8,11 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"standard": "^8.1.0",
|
"standard": "^8.1.0",
|
||||||
|
"standard-version": "^3.0.0",
|
||||||
"tap": "^7.1.2"
|
"tap": "^7.1.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"release": "standard-version",
|
||||||
"test": "tap test/*.js --cov && standard"
|
"test": "tap test/*.js --cov && standard"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user