Skip to content

Commit 79c61fc

Browse files
author
Eduardo García Sanz
committed
adding an example and fixing an issue with inlined styles
1 parent 676b184 commit 79c61fc

9 files changed

Lines changed: 19122 additions & 2 deletions

File tree

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/src
22
/test
3+
.idea
34
.babelrc
45
.eslintrc
56
.gitignore

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url" : "git://github.com/coma/svg-reactify.git"
88
},
9-
"version" : "2.0.0-alpha.1",
9+
"version" : "2.0.0-alpha.2",
1010
"main" : "lib",
1111
"license" : "MIT",
1212
"private" : false,

sample/.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["es2015", "react"]
3+
}

0 commit comments

Comments
 (0)