Skip to content

Commit 2521a5a

Browse files
author
Eduardo García Sanz
committed
React 0.14.0-beta3
1 parent d103a9c commit 2521a5a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage" : "https://github.com/coma/svg-reactify",
55
"repository" : "https://github.com/coma/svg-reactify",
66
"main" : "./index.js",
7-
"version" : "1.0.2",
7+
"version" : "1.0.3",
88
"license" : "MIT",
99
"private" : false,
1010
"authors" : [
@@ -13,13 +13,14 @@
1313
"keywords" : [
1414
"browserify",
1515
"react",
16+
"reactjs",
1617
"svg",
1718
"browserify-transform"
1819
],
1920
"dependencies" : {
2021
"through" : "2.3",
21-
"react" : "0.13",
22-
"babel" : "5.6",
22+
"react" : "0.13||>=0.14.0-beta3",
23+
"babel" : "5.8",
2324
"svgo" : "0.5",
2425
"extend" : "3.0",
2526
"underscore.string": "3.1"
@@ -28,7 +29,7 @@
2829
"jsdom" : "5.4",
2930
"mocha" : "2.2",
3031
"should": "7.0",
31-
"eslint": "0.24"
32+
"eslint": "1.1"
3233
},
3334
"scripts" : {
3435
"lint": "eslint index.js",

0 commit comments

Comments
 (0)