Skip to content

Commit

Permalink
Making glob optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Sep 25, 2024
1 parent 113a8e7 commit 8415ac3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
"lint": "prettier . --check",
"pretty": "prettier . --write"
},
"optionalDependencies": {
"glob": "^11.0.0"
},
"devDependencies": {
"glob": "^11.0.0",
"prettier": "3.0.3",
"wasm-pack": "^0.12.1"
}
Expand Down

0 comments on commit 8415ac3

Please sign in to comment.