Skip to content

Commit

Permalink
Bumped package number to v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sears committed Sep 10, 2021
1 parent bc4b28c commit e3e6240
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "promise-any-polyfill",
"version": "1.0.0",
"version": "1.0.1",
"description": "A polyfill for the `Promise.any` function.",
"main": "js/implementation",
"types": ".d.ts/declaration",
Expand All @@ -13,10 +13,12 @@
"url": "git+https://github.com/T99/promise-any-polyfill"
},
"keywords": [
"promises",
"polyfill",
"promise",
"promises",
"promise-any",
"promise.any",
"polyfill"
"typescript"
],
"author": "Trevor Sears <[email protected]> (https://trevorsears.com/)",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit e3e6240

Please sign in to comment.