From 8aea3463227ffa37b277f321a46f004a3edc3811 Mon Sep 17 00:00:00 2001 From: Vlad Balin Date: Mon, 22 Feb 2016 13:55:06 -0500 Subject: [PATCH] added react-component keyword --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9437a7e..133538e 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,14 @@ "homepage": "https://github.com/Volicon/react-backbone.glue", "keywords": [ "backbone", + "model", + "view", + "valuelink", + "data", + "binding", "nestedtypes", - "react" + "react", + "react-component" ], "repository": { "type": "git", @@ -32,7 +38,7 @@ "nestedreact.js.map" ], "license": "MIT", - "version": "0.5.0", + "version": "0.5.1", "scripts": { "build": "./node_modules/.bin/webpack", "watch": "./node_modules/.bin/webpack --watch"