Skip to content

Commit

Permalink
chore(generator): move types to dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Oct 31, 2023
1 parent 677c57f commit 1198a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icona-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"prepack": "yarn build"
},
"dependencies": {
"@icona/types": "^0.0.13",
"@icona/utils": "^0.0.13",
"@svgr/core": "^8.0.0",
"pdfkit": "^0.13.0",
Expand All @@ -33,7 +34,6 @@
"svgo": "^3.0.2"
},
"devDependencies": {
"@icona/types": "^0.0.13",
"nanobundle": "^1.6.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
Expand Down

0 comments on commit 1198a03

Please sign in to comment.