Skip to content

Commit

Permalink
Add "package.json" to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Apr 29, 2020
1 parent cab0bef commit 3ac8e68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"require": "./dist/wonka.js",
"types": "./dist/types/src/Wonka.d.ts",
"source": "./src/Wonka.ts"
}
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
Expand Down

0 comments on commit 3ac8e68

Please sign in to comment.