Skip to content

Commit

Permalink
fix: remove exports
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Mar 24, 2022
1 parent c46602f commit aa1189b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"type": "module",
"main": "cjs/index.cjs",
"module": "esm/index.js",
"exports": {
"require": "./cjs/index.cjs",
"import": "./esm/index.js"
},
"scripts": {
"lint": "eslint -c .eslintrc .",
"lint:fix": "eslint --fix -c .eslintrc .",
Expand Down

0 comments on commit aa1189b

Please sign in to comment.