Skip to content

Commit fea61db

Browse files
committed
Revert "Point to src folder while not on npm"
This reverts commit 3898792.
1 parent 3898792 commit fea61db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.babelrc

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "css-to-react-native",
33
"version": "2.0.4",
44
"description": "Convert CSS text to a React Native stylesheet object",
5-
"main": "src/index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"build": "babel src --ignore test.js --out-dir dist",
88
"test": "jest",

0 commit comments

Comments
 (0)