Skip to content

Commit c8e4bf3

Browse files
authored
Add files via upload
1 parent f681601 commit c8e4bf3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@
5050
"webpack-cli": "^4.4.0"
5151
},
5252
"dependencies": {
53-
"react-native-builder-bob": "^0.17.1",
5453
"prop-types": "^15.6.0"
5554
},
56-
"main": "lib\\commonjs\\index.js",
57-
"react-native": "src\\index.js",
58-
"module": "lib\\module\\index.js",
55+
"main": "lib/module/index.js",
56+
"react-native": "lib/module/index.js",
57+
"module": "lib/module/index.js",
5958
"files": [
6059
"src",
6160
"lib",
@@ -67,12 +66,11 @@
6766
"source": "src",
6867
"output": "lib",
6968
"targets": [
70-
"commonjs",
7169
"module"
7270
]
7371
},
7472
"eslintIgnore": [
7573
"node_modules/",
7674
"lib/"
7775
]
78-
}
76+
}

0 commit comments

Comments
 (0)