Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 21, 2024
1 parent 8471df5 commit 9321a42
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"name": "svelte-crossorigin-store",
"version": "0.0.0",
"type": "module",
"module": "./dist/makensis.js",
"types": "./dist/makensis.d.ts",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/makensis.js",
"require": "./dist/makensis.cjs",
"types": "./dist/makensis.d.ts"
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
Expand All @@ -21,7 +20,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/idleberg/node-makensis.git"
"url": "https://github.com/idleberg/svelte-crossorigin-store.git"
},
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 9321a42

Please sign in to comment.