Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Aug 21, 2015
1 parent 329b805 commit 5abae31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-proxy",
"version": "0.3.0",
"version": "0.4.0",
"description": "Proxies React components without unmounting or losing their state.",
"main": "modules/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Expand Up @@ -4,9 +4,9 @@ var path = require('path');
module.exports = {
entry: './src/index',
output: {
filename: 'dist/ReactPatch.js',
filename: 'dist/ReactProxy.js',
libraryTarget: 'umd',
library: 'ReactPatch'
library: 'ReactProxy'
},
externals: [{
react: {
Expand Down

0 comments on commit 5abae31

Please sign in to comment.