Skip to content

Commit

Permalink
fix: adjust module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Sep 15, 2024
1 parent 7d61482 commit 47e52cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
"name": "starknet",
"version": "6.14.0",
"description": "JavaScript library for Starknet",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/starknet-io/starknet.js.git"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"browser": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/index.global.js",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
Expand Down Expand Up @@ -49,8 +54,6 @@
"zk",
"rollup"
],
"repository": "github:starknet-io/starknet.js",
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
"@babel/preset-env": "^7.18.2",
Expand Down

0 comments on commit 47e52cf

Please sign in to comment.