Skip to content

Commit 58482b9

Browse files
committed
Move dependencies next to dev dependencies in package.json
1 parent 7662863 commit 58482b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"test": "",
2727
"prepare": "npm run clean && npm run lintf -- --quiet && NODE_ENV=production node esbuild.js"
2828
},
29+
"dependencies": {
30+
"extract-zip": "^2.0.1",
31+
"follow-redirects": "^1.15.1",
32+
"which": "^2.0.2"
33+
},
2934
"devDependencies": {
3035
"@types/follow-redirects": "^1.14.4",
3136
"@types/node": "^14.18.63",
@@ -774,10 +779,5 @@
774779
"title": "Replace first two forms in current threaded form with nested form"
775780
}
776781
]
777-
},
778-
"dependencies": {
779-
"extract-zip": "^2.0.1",
780-
"follow-redirects": "^1.15.1",
781-
"which": "^2.0.2"
782782
}
783783
}

0 commit comments

Comments
 (0)