Skip to content

Commit

Permalink
RFC: Fixed use index module
Browse files Browse the repository at this point in the history
  • Loading branch information
wootsbot committed Oct 31, 2023
1 parent 90e23f5 commit de987a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1,503 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-suits-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@icons-pack/svelte-simple-icons": patch
---

Fixed use index module
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"access": "public"
},
"type": "module",
"main": "./index.js",
"module": "./index.js",
"types": "./index.d.ts",
"files": [
"icons",
Expand Down Expand Up @@ -48,20 +50,17 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.4",
"@changesets/cli": "^2.22.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/package": "^1.0.0",
"tslib": "^2.4.1",
"typescript": "5.2.2",
"cross-env": "^7.0.2",
"rimraf": "^3.0.2",
"signale": "^1.4.0",
"simple-icons": "9.19.0",
"svelte": "^3.54.0",
"svelte-check": "^2.9.2",
"uppercamelcase": "^3.0.0",
"vite": "^4.0.5"
"vite": "^4.0.5",
"typescript": "5.2.2"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0",
Expand Down

0 comments on commit de987a7

Please sign in to comment.