Skip to content

Commit

Permalink
Remove browser entry from package json
Browse files Browse the repository at this point in the history
This fixes imports using webpack
  • Loading branch information
Norman Rusch committed May 5, 2020
1 parent caa10dd commit 46feea5
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 @@ -4,7 +4,6 @@
"description": "A lightweight framework for non SPA websites",
"main": "dist/pacto.cjs.js",
"module": "dist/pacto.esm.js",
"browser": "dist/pacto.min.js",
"unpkg": "dist/pacto.min.js",
"keywords": [
"lightweight",
Expand Down

0 comments on commit 46feea5

Please sign in to comment.