Skip to content

Commit

Permalink
Update examples/basic-commonjs/package.json (#6685)
Browse files Browse the repository at this point in the history
  • Loading branch information
TanaseHagi authored and zpao committed May 3, 2016
1 parent 1d49baf commit 83521bd
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.0-rc.2",
"react-dom": "15.0.0-rc.2",
"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 83521bd

Please sign in to comment.