Skip to content

Commit

Permalink
🔖 bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorLuizC committed Aug 31, 2021
1 parent ce74483 commit b7ea311
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
@@ -1,6 +1,6 @@
{
"name": "object-descriptors",
"version": "0.2.0",
"version": "0.2.1",
"description": "A pretty well typed `Object.getOwnPropertyDescriptors` polyfill.",
"cdn": "dist/index.umd.min.js",
"main": "dist/index.js",
Expand All @@ -14,6 +14,7 @@
"types/"
],
"scripts": {
"prepublishOnly": "yarn test && yarn build",
"test": "jest",
"build": "bili"
},
Expand Down

0 comments on commit b7ea311

Please sign in to comment.