Skip to content

Commit

Permalink
update old library name
Browse files Browse the repository at this point in the history
  • Loading branch information
alampros committed Feb 28, 2019
1 parent 459d2a6 commit c627f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.lib.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = env => ({
path: path.resolve(__dirname, "../lib"),
filename: "index.js",
sourceMapFilename: "[file].map",
library: "storyhooks",
library: "retoggle",
libraryTarget: "umd"
},
resolve: {
Expand Down

0 comments on commit c627f68

Please sign in to comment.