react-silverbyte-searchbox
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-silverbyte-searchbox", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,3 +21,3 @@ import webpack from 'webpack'; | ||
output: { | ||
libraryTarget: "umd", | ||
libraryTarget: "commonjs2", | ||
library: 'react-silverbyte-searchbox', | ||
@@ -24,0 +24,0 @@ path: path.resolve(__dirname, 'build'), // Note: Physical files are only output by the production build task `npm run build`. |
@@ -24,3 +24,3 @@ // For info about this file refer to webpack and webpack-hot-middleware documentation | ||
output: { | ||
libraryTarget: "umd", | ||
libraryTarget: "commonjs2", | ||
library: 'react-silverbyte-searchbox', | ||
@@ -27,0 +27,0 @@ path: __dirname + '/build', |
14245889