Skip to content

Commit

Permalink
[package.json] Move devDependencies after exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Feb 2, 2025
1 parent eb3416b commit 0545e28
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
"url": "https://github.com/cubing/icons.git/issues"
},
"main": "./dist/lib/@cubing/icons/cubing-icons.css",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.14",
"@types/jsdom": "^21.1.7",
"fantasticon": "^3.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.3"
},
"exports": {
".": {
"default": "./dist/lib/@cubing/icons/cubing-icons.css"
Expand All @@ -37,6 +29,14 @@
"default": "./ts/index.ts"
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.14",
"@types/jsdom": "^21.1.7",
"fantasticon": "^3.0.0",
"jsdom": "^25.0.1",
"typescript": "^5.7.3"
},
"scripts": {
"prepublishOnly": "make prepublishOnly"
},
Expand Down

0 comments on commit 0545e28

Please sign in to comment.