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 ca4c6df commit e66ca23Copy full SHA for e66ca23
package.json
@@ -2,8 +2,8 @@
2
"name": "react-native-redux-devtools",
3
"version": "0.0.1",
4
"description": "Redux debugging tools for React Native apps",
5
- "main": "src/index.js",
6
- "types": "src/index.d.ts",
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
7
"author": "Marcin Chudy <marcinchudy94@gmail.com>",
8
"license": "MIT",
9
"scripts": {
0 commit comments