Comparing version 0.4.0-alpha.8 to 0.4.0-alpha.9
@@ -67,3 +67,3 @@ import ts from 'typescript'; | ||
else { | ||
classNames.push(read(node.initializer.pos, node.initializer.end)); | ||
classNames.push(node.initializer.text); | ||
} | ||
@@ -70,0 +70,0 @@ clear(node.pos, node.end); |
{ | ||
"name": "inlines", | ||
"description": "When you just want to use the style prop in React", | ||
"version": "0.4.0-alpha.8", | ||
"version": "0.4.0-alpha.9", | ||
"main": "dist/src/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/src/index.d.ts", |
@@ -87,3 +87,3 @@ import ts from 'typescript' | ||
} else { | ||
classNames.push(read(node.initializer.pos, node.initializer.end)) | ||
classNames.push(node.initializer.text) | ||
} | ||
@@ -90,0 +90,0 @@ |
34821