Skip to content

Commit

Permalink
Update example dependencies
Browse files Browse the repository at this point in the history
Use npm for Found for better npm@5 and Yarn compatibility.
  • Loading branch information
taion committed Jun 3, 2017
1 parent f37d025 commit db6e271
Show file tree
Hide file tree
Showing 14 changed files with 40,207 additions and 43 deletions.
6,985 changes: 6,985 additions & 0 deletions examples/basic-jsx/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/basic-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.9.5"
"react-scripts": "1.0.7"
},
"dependencies": {
"found": "../..",
"prop-types": "^15.5.6",
"react": "^15.5.3",
"react-dom": "^15.5.3"
"found": "^0.3.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"scripts": {
"start": "react-scripts start"
Expand Down

0 comments on commit db6e271

Please sign in to comment.