Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 65cf466

Browse files
author
sw-yx
committed
add autochangelog devdep
1 parent 5936ed0 commit 65cf466

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
],
3232
"dependencies": {
3333
"@netlify/open-api": "^0.9.0",
34-
"@netlify/zip-it-and-ship-it": "^0.3.0",
3534
"backoff": "^2.5.0",
3635
"clean-deep": "^3.0.2",
3736
"debug": "^4.1.1",
@@ -55,13 +54,15 @@
5554
"tempy": "^0.2.1",
5655
"through2-filter": "^3.0.0",
5756
"through2-map": "^3.0.0",
58-
"util.promisify": "^1.0.0"
57+
"util.promisify": "^1.0.0",
58+
"@netlify/zip-it-and-ship-it": "^0.2.3"
5959
},
6060
"devDependencies": {
6161
"@babel/core": "^7.3.3",
6262
"@babel/plugin-transform-runtime": "^7.1.0",
6363
"@babel/preset-env": "^7.3.1",
6464
"@babel/runtime": "^7.3.1",
65+
"auto-changelog": "^1.13.0",
6566
"ava": "1.2.1",
6667
"babel-eslint": "^10.0.1",
6768
"babel-loader": "^8.0.5",

0 commit comments

Comments
 (0)