mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-22 01:26:48 +03:00
Merge pull request #13 from pburtchaell/pburtchaell-example-update
Update examples with README and correct URLs
This commit is contained in:
commit
86771b647e
6
examples/counter/README.md
Normal file
6
examples/counter/README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Redux DevTools Counter example
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
1. Install dependencies: `npm i`
|
||||||
|
2. Start the development server: `npm start`
|
|
@ -8,13 +8,13 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/gaearon/redux.git"
|
"url": "https://github.com/gaearon/redux-devtools.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/gaearon/redux/issues"
|
"url": "https://github.com/gaearon/redux-devtools/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/gaearon/redux#readme",
|
"homepage": "https://github.com/gaearon/redux-devtools#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": "^0.13.3",
|
"react": "^0.13.3",
|
||||||
"react-redux": "^0.2.1",
|
"react-redux": "^0.2.1",
|
||||||
|
|
6
examples/todomvc/README.md
Normal file
6
examples/todomvc/README.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Redux DevTools TodoMVC example
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
1. Install dependencies: `npm i`
|
||||||
|
2. Start the development server: `npm start`
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/gaearon/redux.git"
|
"url": "https://github.com/gaearon/redux-devtools.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
|
@ -24,9 +24,9 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/gaearon/redux/issues"
|
"url": "https://github.com/gaearon/redux-devtools/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/gaearon/redux#readme",
|
"homepage": "https://github.com/gaearon/redux-devtools#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "^2.1.2",
|
"classnames": "^2.1.2",
|
||||||
"react": "^0.13.3",
|
"react": "^0.13.3",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user