Skip to content

Commit

Permalink
fix: remove unnecessary devDep (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 30, 2024
1 parent 3eb6cbf commit d5f10ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"license": "MIT",
"private": true,
"dependencies": {},
"devDependencies": {
"@getgrit/bridge": "*"
},
"devDependencies": {},
"scripts": {
"test:wasm": "cd wasm-bindings && wasm-pack test --node",
"test:watch": "nodemon --ext rs --exec \"cargo test --exclude grit-wasm-bindings\"",
Expand Down

0 comments on commit d5f10ca

Please sign in to comment.