Skip to content

Commit

Permalink
fix(lavapack): espree should be a dep, not a dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 15, 2023
1 parent 96763f9 commit bd71b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lavapack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"JSONStream": "^1.3.5",
"combine-source-map": "^0.8.0",
"convert-source-map": "^2.0.0",
"espree": "^9.5.2",
"json-stable-stringify": "^1.0.2",
"lavamoat-core": "^15.0.0",
"readable-stream": "^3.6.0",
"through2": "^4.0.2",
"umd": "^3.0.3"
},
"devDependencies": {
"espree": "^9.5.2",
"mississippi": "^4.0.0",
"source-map": "^0.7.4"
},
Expand Down

0 comments on commit bd71b06

Please sign in to comment.