From ab32bd219710b01b5f56b4db8a4907b533f0e8af Mon Sep 17 00:00:00 2001 From: Dennis Thompson Date: Wed, 23 Jan 2019 22:28:51 -0800 Subject: [PATCH] testing automatic deployment --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3f2f2f6..cc1d93b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-checkbox-react", - "version": "1.0.1", + "version": "1.0.2", "description": "Quickly integrate pretty checkbox Components (checkbox, switch, radio) with React", "keywords": [ "Pretty", @@ -24,7 +24,7 @@ "lint": "eslint src/**", "pretest": "eslint src/**", "build": "rimraf dist/** && rollup -c rollup.config.js && npm run build:flow", - "prepublish": "eslint src/** && jest && rollup -c rollup.config.js", + "prepublish": "flow-copy-source src dist && rollup -c rollup.config.js", "test": "jest" }, "repository": {