Skip to content

Commit 3898792

Browse files
committed
Point to src folder while not on npm
1 parent 4f89d5f commit 3898792

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.babelrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

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": "dist/index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"build": "babel src --ignore test.js --out-dir dist",
88
"test": "jest",

0 commit comments

Comments
 (0)