We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d103a9c commit 2521a5aCopy full SHA for 2521a5a
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"homepage" : "https://github.com/coma/svg-reactify",
5
"repository" : "https://github.com/coma/svg-reactify",
6
"main" : "./index.js",
7
- "version" : "1.0.2",
+ "version" : "1.0.3",
8
"license" : "MIT",
9
"private" : false,
10
"authors" : [
@@ -13,13 +13,14 @@
13
"keywords" : [
14
"browserify",
15
"react",
16
+ "reactjs",
17
"svg",
18
"browserify-transform"
19
],
20
"dependencies" : {
21
"through" : "2.3",
- "react" : "0.13",
22
- "babel" : "5.6",
+ "react" : "0.13||>=0.14.0-beta3",
23
+ "babel" : "5.8",
24
"svgo" : "0.5",
25
"extend" : "3.0",
26
"underscore.string": "3.1"
@@ -28,7 +29,7 @@
28
29
"jsdom" : "5.4",
30
"mocha" : "2.2",
31
"should": "7.0",
- "eslint": "0.24"
32
+ "eslint": "1.1"
33
},
34
"scripts" : {
35
"lint": "eslint index.js",
0 commit comments