Simple changelog [skip ci]
This commit is contained in:
parent
a47341930a
commit
8356dd18a2
@ -15,6 +15,7 @@
|
|||||||
"fix": "eslint scripts src test --fix",
|
"fix": "eslint scripts src test --fix",
|
||||||
"ci": "npm run lint && npm run test",
|
"ci": "npm run lint && npm run test",
|
||||||
"prepublish": "npm run build",
|
"prepublish": "npm run build",
|
||||||
|
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
|
||||||
"test": "mocha ./test --compilers js:babel-register"
|
"test": "mocha ./test --compilers js:babel-register"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user