Skip to content

Commit 51aa9c3

Browse files
authored
Merge pull request #80 from AddSearch/sc-11365/fix-umd-library-not-being-defined-as-global-variable
Sc 11365/fix umd library not being defined as global variable
2 parents 902129c + a26c437 commit 51aa9c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "addsearch-js-client",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AddSearch API JavaScript client",
55
"repository": {
66
"type": "git",

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
output: {
1010
filename: 'addsearch-js-client.min.js',
1111
library: 'AddSearchClient',
12-
libraryExport: 'default',
1312
libraryTarget: 'umd',
1413
globalObject: 'this',
1514
clean: true

0 commit comments

Comments
 (0)