Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aribouius committed Mar 23, 2017
1 parent ad3e93a commit 79b60c7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
{
"name": "react-themed",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aribouius/react-themed",
"repository": {
"type": "git",
"url": "https://github.com/aribouius/react-themed.git"
},
"bugs": {
"url": "https://github.com/aribouius/react-themed/issues"
},
"scripts": {
"clean": "rm -rf lib",
"build": "babel -d lib src",
Expand Down

0 comments on commit 79b60c7

Please sign in to comment.