Skip to content

Commit 8aea346

Browse files
author
Vlad Balin
committed
added react-component keyword
1 parent e683f2d commit 8aea346

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
"homepage": "https://github.com/Volicon/react-backbone.glue",
66
"keywords": [
77
"backbone",
8+
"model",
9+
"view",
10+
"valuelink",
11+
"data",
12+
"binding",
813
"nestedtypes",
9-
"react"
14+
"react",
15+
"react-component"
1016
],
1117
"repository": {
1218
"type": "git",
@@ -32,7 +38,7 @@
3238
"nestedreact.js.map"
3339
],
3440
"license": "MIT",
35-
"version": "0.5.0",
41+
"version": "0.5.1",
3642
"scripts": {
3743
"build": "./node_modules/.bin/webpack",
3844
"watch": "./node_modules/.bin/webpack --watch"

0 commit comments

Comments
 (0)