Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
quisido committed May 9, 2021
1 parent 0e497a3 commit 04a0ca5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://www.npmjs.com/package/PACKAGE-NAME",
"license": "MIT",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"module": "./dist/esm/index.js",
"repository": "github:CharlesStover/PACKAGE-NAME",
"type": "module",
"types": "./types/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"lib": "src"
},
"exports": {
"import": "./dist/esm/index.mjs",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.cjs"
},
"files": [
Expand All @@ -32,7 +32,7 @@
"publishConfig": {
"access": "public",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs"
"module": "./dist/esm/index.js"
},
"scripts": {
"build": "rollup --config",
Expand Down

0 comments on commit 04a0ca5

Please sign in to comment.