Skip to content

Commit

Permalink
fix(pkg): fix cjs etnry point
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 23, 2022
1 parent 387626e commit 09cd034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"import": "./target/es6/index.mjs",
"require": "./target/es5/index.js"
},
"main": "target/bundle/license.js",
"main": "target/bundle/license.cjs",
"module": "target/bundle/license.mjs",
"unpkg": "target/bundle/license.umd.js",
"source": "src/main/ts/index.ts",
"source": "target/bundle/license.cjs.map",
"types": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
Expand Down

0 comments on commit 09cd034

Please sign in to comment.