Skip to content

Commit

Permalink
Moved polyfills to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jan 3, 2025
1 parent a4e4bca commit 2272781
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
20 changes: 9 additions & 11 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"fake-indexeddb": "^6.0.0",
"file-system-access": "^1.0.4",
"globals": "^15.10.0",
"prettier": "^3.2.5",
"tsx": "^4.19.2",
Expand All @@ -57,10 +59,6 @@
"peerDependencies": {
"@zenfs/core": "^1.6.4"
},
"optionalDependencies": {
"fake-indexeddb": "^6.0.0",
"file-system-access": "^1.0.4"
},
"keywords": [
"filesystem",
"node",
Expand Down

0 comments on commit 2272781

Please sign in to comment.