Skip to content

Commit

Permalink
feat: allow imports
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Feb 13, 2022
1 parent 3e32cd3 commit 6da8f7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
"import": "./dist/providers/*.js",
"require": "./dist/providers/*.js"
},
"./dist/**/*": {
"import": "./dist/**/*.js",
"require": "./dist/**/*.js"
}
"./*": "./*"
},
"scripts": {
"build": "bash scripts/build.bash",
Expand Down

0 comments on commit 6da8f7b

Please sign in to comment.