From b7ea3117894666e38959ac73aac3d53e94fb4a1c Mon Sep 17 00:00:00 2001 From: Vitor Luiz Cavalcanti Date: Mon, 30 Aug 2021 23:59:39 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20to=20version=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 70b496d..e9f8635 100644 --- a/package.json +++ b/package.json @@ -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", @@ -14,6 +14,7 @@ "types/" ], "scripts": { + "prepublishOnly": "yarn test && yarn build", "test": "jest", "build": "bili" },