Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
Update package
  • Loading branch information
A-JIE committed May 21, 2017
1 parent 4e05cd4 commit 4cd97dd
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions example/package.json
@@ -1,21 +1,22 @@
{
"name": "example",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^3.3.7",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
"name": "example",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"bootstrap": "^3.3.7",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}

0 comments on commit 4cd97dd

Please sign in to comment.