Skip to content

Commit

Permalink
Fixed webpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe committed Oct 25, 2020
1 parent 6c20ac0 commit 010dd9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@final-hill/class-tools",
"version": "1.1.0",
"version": "1.2.0",
"description": "Class Tools provides a number of utility functions and decorators to ease the use of features commonly found in functional languages",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
output: {
filename: 'index.js',
library: 'class-tools',
libraryExport: 'default',
libraryExport: '',
libraryTarget: 'umd',
globalObject: 'this',
path: path.resolve(__dirname, 'dist'),
Expand Down

0 comments on commit 010dd9d

Please sign in to comment.