File tree 5 files changed +11
-6
lines changed
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
node_modules
2
2
npm-debug.log
3
3
yarn-error.log
4
- dist
4
+ dist
5
+ .DS_Store
Original file line number Diff line number Diff line change 1
1
example
2
2
src
3
- screenshots
3
+ screenshots
4
+ .vscode
5
+ .DS_Store
Original file line number Diff line number Diff line change 13
13
"react-native" : " 0.57.2" ,
14
14
"react-redux" : " ^5.0.7" ,
15
15
"redux" : " ^4.0.0" ,
16
- "react-native-redux-devtools" : " file:.. "
16
+ "react-native-redux-devtools" : " 1.0.0 "
17
17
},
18
18
"devDependencies" : {
19
19
"@babel/plugin-proposal-decorators" : " ^7.1.2" ,
Original file line number Diff line number Diff line change @@ -5029,8 +5029,10 @@ react-native-json-tree@^1.2.0:
5029
5029
prop-types "^15.6.0"
5030
5030
react-base16-styling "github:dean177/react-base16-styling#fbc6593"
5031
5031
5032
- " react-native-redux-devtools@file:.. " :
5033
- version "0.0.1"
5032
+
5033
+ version "1.0.0"
5034
+ resolved "https://registry.yarnpkg.com/react-native-redux-devtools/-/react-native-redux-devtools-1.0.0.tgz#89d5966a6f7efe3585428a4b3cf7999a1f7358ae"
5035
+ integrity sha512-quE3xYzF98wQqWwAVTvaN/LPVP09OSgBXCHL+7/jWjHRcogjfdd6KIuKQNjLcIEEGdabt4gAcGVwp2C/Wgq0+A==
5034
5036
dependencies :
5035
5037
dateformat "^3.0.3"
5036
5038
hex-rgba "^1.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-redux-devtools" ,
3
- "version" : " 0 .0.1 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Redux debugging tools for React Native apps" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments