Skip to content

Commit

Permalink
fix: moving @tsmetadata/polyfill out of dev dependencies (#1)
Browse files Browse the repository at this point in the history
* fix: moving `@tsmetadata/polyfill` out of dev dependencies

* style: biome
  • Loading branch information
ryanhaticus authored Nov 8, 2024
1 parent 282713e commit 1d3b5c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 121 deletions.
122 changes: 3 additions & 119 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"lint": "biome lint .",
"test": "biome ci . && jest --coverage"
},
"dependencies": {
"@tsmetadata/polyfill": "^1.1.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/chance": "^1.1.6",
Expand All @@ -29,7 +32,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"@tsmetadata/polyfill": "^1.1.2"
"typescript": "^5.6.3"
}
}

0 comments on commit 1d3b5c5

Please sign in to comment.