Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Sep 29, 2017
1 parent 083c5d7 commit 4102f1a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{
"name": "counter",
"version": "1.0.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.2"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"redux": "^3.7.2",
"redux-dynamic-reducer": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
}
"name": "counter",
"version": "1.0.0",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.2"
},
"dependencies": {
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"redux": "^3.7.2",
"redux-dynamic-reducer": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
}
}
2 changes: 1 addition & 1 deletion examples/todos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todos",
"version": "0.0.1",
"version": "1.0.0",
"private": true,
"devDependencies": {
"enzyme": "^2.8.2",
Expand Down

0 comments on commit 4102f1a

Please sign in to comment.