Skip to content

Commit

Permalink
Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Bouius committed May 26, 2017
1 parent e5b82a0 commit d346d2b
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-themed",
"description": "A simple theme provider and composition utility for react applications.",
"version": "3.0.0",
"description": "A flexible library for styling React components",
"version": "3.1.0",
"main": "./lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"author": "Ari Bouius <[email protected]> (http://github.com/aribouius)",
"license": "MIT",
"homepage": "https://github.com/aribouius/react-themed",
"repository": {
Expand All @@ -14,6 +15,12 @@
"bugs": {
"url": "https://github.com/aribouius/react-themed/issues"
},
"files": [
"dist",
"lib",
"src",
"es"
],
"scripts": {
"clean": "rm -rf lib && rm -rf es && rm -rf dist",
"build": "yarn run build:es && yarn run build:commonjs && yarn run build:umd && yarn run build:umd:min",
Expand Down Expand Up @@ -68,9 +75,23 @@
},
"keywords": [
"react",
"reactjs",
"theme",
"theming",
"themes",
"style",
"styles",
"styling",
"components",
"styled-components",
"styled components",
"css",
"modules"
"jss",
"css modules",
"css-modules",
"css-in-js",
"css in js",
"compose",
"composable"
]
}

0 comments on commit d346d2b

Please sign in to comment.