Skip to content

Commit 7a66b3f

Browse files
authored
perf(dependencies): Move standard-changelog to devDependencies (#636)
Saves install time and space. Refs #622
1 parent 44aab3f commit 7a66b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"remark-toc": "^3.0.0",
4444
"remote-origin-url": "0.4.0",
4545
"resolve": "^1.1.6",
46-
"standard-changelog": "0.0.1",
4746
"stream-array": "^1.1.0",
4847
"strip-json-comments": "^2.0.0",
4948
"tiny-lr": "^1.0.3",
@@ -58,6 +57,7 @@
5857
},
5958
"devDependencies": {
6059
"chdir": "0.0.0",
60+
"standard-changelog": "0.0.1",
6161
"cz-conventional-changelog": "1.2.0",
6262
"documentation-schema": "0.0.1",
6363
"eslint": "^3.1.0",

0 commit comments

Comments
 (0)