Skip to content

Commit e66ca23

Browse files
committed
Fix package.json paths
1 parent ca4c6df commit e66ca23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "react-native-redux-devtools",
33
"version": "0.0.1",
44
"description": "Redux debugging tools for React Native apps",
5-
"main": "src/index.js",
6-
"types": "src/index.d.ts",
5+
"main": "dist/index.js",
6+
"types": "dist/index.d.ts",
77
"author": "Marcin Chudy <marcinchudy94@gmail.com>",
88
"license": "MIT",
99
"scripts": {

0 commit comments

Comments
 (0)