Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtuan committed Aug 15, 2017
1 parent 2c3e32f commit 39105cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/browser-example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-intl-universal-example",
"name": "react-intl-universal-browser-example",
"version": "1.0.0",
"private": true,
"author": "[email protected]",
Expand All @@ -8,7 +8,7 @@
"react-scripts": "0.8.4"
},
"dependencies": {
"react-intl-universal": "^1.2.0",
"react-intl-universal": "^1.3.4",
"axios": "^0.16.1",
"lodash": "^4.17.4",
"react": "^15.5.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/node-js-example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-intl-universal-example",
"name": "react-intl-universal-node-example",
"version": "1.0.0",
"private": true,
"author": "[email protected]",
Expand All @@ -8,7 +8,7 @@
"react-scripts": "^0.9.0"
},
"dependencies": {
"react-intl-universal": "^1.2.0",
"react-intl-universal": "^1.3.4",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
Expand Down

0 comments on commit 39105cf

Please sign in to comment.