diff --git a/example/lib/index.jsx b/example/lib/index.js similarity index 100% rename from example/lib/index.jsx rename to example/lib/index.js diff --git a/example/package.json b/example/package.json index a00baafad7..148a4e6246 100644 --- a/example/package.json +++ b/example/package.json @@ -13,7 +13,7 @@ "watchify": "^3.2.1" }, "scripts": { - "build": "browserify -t [ envify --NODE_ENV production ] -t reactify -g uglifyify lib/index.jsx -o bundle.js", - "start": "watchify -v -d -t reactify lib/index.jsx -o bundle.js" + "build": "browserify -t [ envify --NODE_ENV production ] -t reactify -g uglifyify lib/index.js -o bundle.js", + "start": "watchify -v -d -t reactify lib/index.js -o bundle.js" } }