diff --git a/examples/basic-commonjs/package.json b/examples/basic-commonjs/package.json index 75f08e7289bb6..c2f213efa7884 100644 --- a/examples/basic-commonjs/package.json +++ b/examples/basic-commonjs/package.json @@ -5,7 +5,7 @@ "devDependencies": { "browserify": "^6.3.3", "envify": "^3.2.0", - "react": "^0.12.0", + "react": "^0.13.0", "reactify": "^0.17.1" }, "scripts": { diff --git a/examples/basic-jsx-harmony/index.html b/examples/basic-jsx-harmony/index.html index e8accdb86774f..dc1b2fac5c56e 100644 --- a/examples/basic-jsx-harmony/index.html +++ b/examples/basic-jsx-harmony/index.html @@ -2,11 +2,11 @@
-To install React, follow the instructions on @@ -26,7 +26,7 @@