We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7662863 commit 58482b9Copy full SHA for 58482b9
package.json
@@ -26,6 +26,11 @@
26
"test": "",
27
"prepare": "npm run clean && npm run lintf -- --quiet && NODE_ENV=production node esbuild.js"
28
},
29
+ "dependencies": {
30
+ "extract-zip": "^2.0.1",
31
+ "follow-redirects": "^1.15.1",
32
+ "which": "^2.0.2"
33
+ },
34
"devDependencies": {
35
"@types/follow-redirects": "^1.14.4",
36
"@types/node": "^14.18.63",
@@ -774,10 +779,5 @@
774
779
"title": "Replace first two forms in current threaded form with nested form"
775
780
}
776
781
]
777
- },
778
- "dependencies": {
- "extract-zip": "^2.0.1",
- "follow-redirects": "^1.15.1",
- "which": "^2.0.2"
782
783
0 commit comments