Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aribouius committed Mar 22, 2017
1 parent 76240c0 commit 05d799e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src
test/
yarn.lock
*-test.js
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-themed",
"version": "0.0.1",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -40,5 +40,10 @@
},
"peerDependencies": {
"react": "^15.4.2"
}
},
"keywords": [
"react",
"theme",
"theming"
]
}

0 comments on commit 05d799e

Please sign in to comment.