Skip to content

Commit

Permalink
Remove package.json 'exports' until microsoft/TypeScript#33079 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragory committed Jul 6, 2020
1 parent 1d82002 commit 6b3e5a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": "dist/index.js",
"scripts": {
"test": "mocha --exit -r ts-node/register src/**/*.test.ts -- --trace-warnings",
"lint": "eslint src",
Expand Down

0 comments on commit 6b3e5a7

Please sign in to comment.