Skip to content

Commit

Permalink
Update examples/basic-commonjs/package.json (#6685)
Browse files Browse the repository at this point in the history
(cherry picked from commit 83521bd)
  • Loading branch information
TanaseHagi authored and zpao committed May 10, 2016
1 parent d1f519e commit c3d99b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/basic-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^11.0.1",
"react": "15.0.1",
"react-dom": "15.0.1",
"watchify": "^3.4.0"
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"watchify": "^3.7.0"
},
"scripts": {
"build": "browserify ./index.js -t babelify -o bundle.js",
Expand Down

0 comments on commit c3d99b5

Please sign in to comment.