Skip to content

Commit

Permalink
moving lodash to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaneri committed Apr 7, 2022
1 parent fc8e4bb commit 4aed23e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tmaneri/reform",
"version": "0.0.2",
"version": "0.0.3",
"files": [
"dist"
],
Expand All @@ -23,12 +23,10 @@
"typecheck": "vue-tsc --noEmit",
"report": "export BUILD_REPORT=1 && npm run build && open ./stats.html"
},
"dependencies": {
"@types/lodash-es": "^4.17.6",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/node": "^16.11.26",
"@types/lodash-es": "^4.17.6",
"lodash-es": "^4.17.21",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@vitejs/plugin-vue": "^1.9.3",
"eslint": "^8.12.0",
Expand Down

0 comments on commit 4aed23e

Please sign in to comment.