Skip to content

Commit

Permalink
Use browser instead of main in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Aug 1, 2018
1 parent 9dc53ee commit 2de1afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clipboard-polyfill",
"version": "2.4.7",
"description": "A polyfill for the asynchronous clipboard API",
"main": "build/clipboard-polyfill.js",
"browser": "build/clipboard-polyfill.js",
"types": "build/clipboard-polyfill.d.ts",
"dependencies": {
},
Expand Down

0 comments on commit 2de1afd

Please sign in to comment.