Skip to content

Commit

Permalink
🚀 v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu013 committed Aug 26, 2017
1 parent 1f61b16 commit 237b6f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}

0 comments on commit 237b6f1

Please sign in to comment.