Skip to content

Commit e4b0685

Browse files
chore: move simple-icons to devDependencies and ignore tarballs
1 parent fd220f8 commit e4b0685

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ scripts/playground.html
66
tech.json
77
tech.md
88
public/
9+
*.tgz

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
"url": "https://github.com/benjamindotdev/stacksync/issues"
4040
},
4141
"dependencies": {
42-
"lucide-static": "^0.555.0"
43-
},
44-
"devDependencies": {
45-
"@types/fs-extra": "^11.0.4",
46-
"@types/node": "^24.10.1",
4742
"chalk": "^5.3.0",
4843
"commander": "^11.0.0",
4944
"cosmiconfig": "^9.0.0",
5045
"fast-glob": "^3.3.2",
5146
"fs-extra": "^11.2.0",
52-
"ora": "^7.0.1",
47+
"lucide-static": "^0.555.0",
48+
"ora": "^7.0.1"
49+
},
50+
"devDependencies": {
51+
"@types/fs-extra": "^11.0.4",
52+
"@types/node": "^24.10.1",
5353
"simple-icons": "^15.22.0",
5454
"tsup": "^8.0.1",
5555
"typescript": "^5.6.3"

0 commit comments

Comments
 (0)