Skip to content

Commit

Permalink
fix: Fix exports errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 5, 2021
1 parent 2f364d8 commit 6bc66f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": "lib/index.js",
"main": "lib/index.js",
"exports": {
"exports": "lib/index.js"
},
"scripts": {
"start": "node lib/index.js",
"watch": "tsbb watch --disable-babel",
Expand All @@ -28,7 +31,9 @@
"recursive-readdir-files",
"files"
],
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"devDependencies": {
"tsbb": "3.4.1"
}
Expand Down

0 comments on commit 6bc66f7

Please sign in to comment.