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 3898792 commit fea61dbCopy full SHA for fea61db
.babelrc
@@ -0,0 +1 @@
1
+{ "presets": ["es2015"] }
package.json
@@ -2,7 +2,7 @@
2
"name": "css-to-react-native",
3
"version": "2.0.4",
4
"description": "Convert CSS text to a React Native stylesheet object",
5
- "main": "src/index.js",
+ "main": "dist/index.js",
6
"scripts": {
7
"build": "babel src --ignore test.js --out-dir dist",
8
"test": "jest",
0 commit comments