Skip to content

Commit 6ecf349

Browse files
committed
Move @js-temporal/polyfill to devDependencies
1 parent 98643eb commit 6ecf349

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"test": "c8 node --enable-source-maps dist/test.js"
3030
},
3131
"dependencies": {
32-
"@js-temporal/polyfill": "^0.4.0",
3332
"@types/estree": "^1.0.0"
3433
},
3534
"devDependencies": {
35+
"@js-temporal/polyfill": "^0.4.0",
3636
"@types/node": "^22.0.0",
3737
"astring": "^1.0.0",
3838
"c8": "^9.0.0",

0 commit comments

Comments
 (0)