From ab61c7007a89fa9bcc47726e5e6ef7b05c4b532e Mon Sep 17 00:00:00 2001 From: Ari Bouius Date: Wed, 12 Apr 2017 12:12:14 -0700 Subject: [PATCH] Bump to version 2.2.0 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6a20cbc..ea9377d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "react-themed", - "version": "2.1.0", + "description": "A simple theme provider and composition utility for react applications.", + "version": "2.2.0", "main": "index.js", "license": "MIT", "homepage": "https://github.com/aribouius/react-themed", @@ -52,6 +53,8 @@ "keywords": [ "react", "theme", - "theming" + "theming", + "css", + "modules" ] }