Skip to content

Commit 2c3cee9

Browse files
committed
Version 1.0.0
1 parent 6ee6420 commit 2c3cee9

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
npm-debug.log
33
yarn-error.log
4-
dist
4+
dist
5+
.DS_Store

.npmignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
example
22
src
3-
screenshots
3+
screenshots
4+
.vscode
5+
.DS_Store

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-native": "0.57.2",
1414
"react-redux": "^5.0.7",
1515
"redux": "^4.0.0",
16-
"react-native-redux-devtools": "file:.."
16+
"react-native-redux-devtools": "1.0.0"
1717
},
1818
"devDependencies": {
1919
"@babel/plugin-proposal-decorators": "^7.1.2",

example/yarn.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -5029,8 +5029,10 @@ react-native-json-tree@^1.2.0:
50295029
prop-types "^15.6.0"
50305030
react-base16-styling "github:dean177/react-base16-styling#fbc6593"
50315031

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==
50345036
dependencies:
50355037
dateformat "^3.0.3"
50365038
hex-rgba "^1.0.2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-redux-devtools",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Redux debugging tools for React Native apps",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)