From 237b6f1fd63d5c86516d80b9b65c685f857f35cd Mon Sep 17 00:00:00 2001 From: Divyanshu Maithani Date: Sat, 26 Aug 2017 23:36:15 +0530 Subject: [PATCH] :rocket: v1.0.3 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c6290fc..4103889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-animated-weather", - "version": "1.0.2", + "version": "1.0.3", "description": "Animated weather component for React inspired by Skycons http://darkskyapp.github.io/skycons/", "main": "build/index.js", "dependencies": { @@ -43,6 +43,7 @@ "build": "./node_modules/.bin/babel src/ --out-dir build --copy-files", "test": "react-scripts test --env=jsdom", "storybook": "start-storybook -p 9001 -c .storybook", - "eject": "react-scripts eject" + "eject": "react-scripts eject", + "prepublishOnly": "npm run build" } }