Skip to content

Commit

Permalink
[Fix] move has-symbols back to prod deps
Browse files Browse the repository at this point in the history
Reverts 999e009, fixes #3
  • Loading branch information
ljharb committed Feb 1, 2024
1 parent ba6941b commit 300520c
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 @@ -79,7 +79,6 @@
"core-js": "^2.6.12",
"eslint": "=8.8.0",
"get-own-property-symbols": "^0.9.5",
"has-symbols": "^1.0.3",
"in-publish": "^2.0.1",
"npmignore": "^0.3.1",
"nyc": "^10.3.2",
Expand All @@ -102,5 +101,8 @@
"ignore": [
".github/workflows"
]
},
"dependencies": {
"has-symbols": "^1.0.3"
}
}

0 comments on commit 300520c

Please sign in to comment.