chore(Changelog): add @semantic-release/changelog as dev dependency

This commit is contained in:
harttle
2019-01-28 20:26:50 +08:00
parent bad72005fe
commit 9038d56ce7
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -244,6 +244,18 @@
"url-template": "2.0.8"
}
},
"@semantic-release/changelog": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@semantic-release/changelog/-/changelog-3.0.2.tgz",
"integrity": "sha512-pDUaBNAuPAqQ+ArHwvR160RG2LbfyIVz9EJXgxH0V547rlx/hCs0Sp7L4Rtzi5Z+d6CHcv9g2ynxplE1xAzp2g==",
"dev": true,
"requires": {
"@semantic-release/error": "2.2.0",
"aggregate-error": "2.0.0",
"fs-extra": "7.0.1",
"lodash": "4.17.10"
}
},
"@semantic-release/commit-analyzer": {
"version": "6.1.0",
"resolved": "http://registry.npm.taobao.org/@semantic-release/commit-analyzer/download/@semantic-release/commit-analyzer-6.1.0.tgz",
+1
View File
@@ -40,6 +40,7 @@
},
"homepage": "https://github.com/harttle/liquidjs#readme",
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^5.1.0",