From 626442d16684c8f2e9b8cb171d5b6625fced95d0 Mon Sep 17 00:00:00 2001 From: 100stacks <100stacks@users.noreply.github.com> Date: Wed, 2 Sep 2020 20:27:36 -0500 Subject: [PATCH] publish(npm): v1.3.0 [skip ci] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 62e4c2c..bf1f6c8 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@helix-design-system/helix-react", - "version": "1.2.0", + "version": "1.3.0", "description": "React components to wrap HelixUI custom elements", "source": "src/index.mjs", "main": "dist/helix-react.js", "module": "dist/helix-react.esm.js", "unpkg": "dist/helix-react.js", - "files": [ + "files": [ "dist/" ], "scripts": {