Simple changelog [skip ci]

This commit is contained in:
Henry Zhu 2016-11-01 19:53:57 -04:00
parent a47341930a
commit 8356dd18a2

View File

@ -15,6 +15,7 @@
"fix": "eslint scripts src test --fix",
"ci": "npm run lint && npm run test",
"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"
},
"dependencies": {