Skip to content

Commit

Permalink
Update version to v2.5.0
Browse files Browse the repository at this point in the history
- The default build used by `node`/`npm` no longer includes a bundled `Promise` polyfill. #79
  - The main benefit of this is that it reduces the build to ≈40% its previous size.
  - You can still use a version wiith the polyfill included. See `README.md` for instructions.
  • Loading branch information
lgarron committed Aug 1, 2018
1 parent 2de1afd commit a9db0c4
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
@@ -1,6 +1,6 @@
{
"name": "clipboard-polyfill",
"version": "2.4.7",
"version": "2.5.0",
"description": "A polyfill for the asynchronous clipboard API",
"browser": "build/clipboard-polyfill.js",
"types": "build/clipboard-polyfill.d.ts",
Expand Down

0 comments on commit a9db0c4

Please sign in to comment.