We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683f2d commit 8aea346Copy full SHA for 8aea346
package.json
@@ -5,8 +5,14 @@
5
"homepage": "https://github.com/Volicon/react-backbone.glue",
6
"keywords": [
7
"backbone",
8
+ "model",
9
+ "view",
10
+ "valuelink",
11
+ "data",
12
+ "binding",
13
"nestedtypes",
- "react"
14
+ "react",
15
+ "react-component"
16
],
17
"repository": {
18
"type": "git",
@@ -32,7 +38,7 @@
32
38
"nestedreact.js.map"
33
39
34
40
"license": "MIT",
35
- "version": "0.5.0",
41
+ "version": "0.5.1",
36
42
"scripts": {
37
43
"build": "./node_modules/.bin/webpack",
44
"watch": "./node_modules/.bin/webpack --watch"
0 commit comments