Skip to content

Commit bf0934c

Browse files
committed
Add lerna-changelog dev dependency
1 parent d3be842 commit bf0934c

File tree

2 files changed

+506
-16
lines changed

2 files changed

+506
-16
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"url": "git+https://github.com/ember-cli/broccoli-uglify-sourcemap.git"
1919
},
2020
"scripts": {
21+
"changelog": "lerna-changelog",
2122
"test": "jest",
2223
"test:coverage": "jest --coverage",
2324
"test:watch": "jest --watchAll"
@@ -41,7 +42,8 @@
4142
"broccoli-test-helper": "^1.2.0",
4243
"eslint-plugin-node": "^6.0.1",
4344
"jest": "^21.2.1",
44-
"jest-runner-eslint": "^0.5.0"
45+
"jest-runner-eslint": "^0.5.0",
46+
"lerna-changelog": "^0.7.0"
4547
},
4648
"changelog": {
4749
"repo": "ember-cli/broccoli-uglify-sourcemap",

0 commit comments

Comments
 (0)