Skip to content

Commit

Permalink
Move dependencies next to dev dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Feb 5, 2024
1 parent 7662863 commit 58482b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"test": "",
"prepare": "npm run clean && npm run lintf -- --quiet && NODE_ENV=production node esbuild.js"
},
"dependencies": {
"extract-zip": "^2.0.1",
"follow-redirects": "^1.15.1",
"which": "^2.0.2"
},
"devDependencies": {
"@types/follow-redirects": "^1.14.4",
"@types/node": "^14.18.63",
Expand Down Expand Up @@ -774,10 +779,5 @@
"title": "Replace first two forms in current threaded form with nested form"
}
]
},
"dependencies": {
"extract-zip": "^2.0.1",
"follow-redirects": "^1.15.1",
"which": "^2.0.2"
}
}

0 comments on commit 58482b9

Please sign in to comment.