We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 902129c + a26c437 commit 51aa9c3Copy full SHA for 51aa9c3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "addsearch-js-client",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "AddSearch API JavaScript client",
5
"repository": {
6
"type": "git",
webpack.config.js
@@ -9,7 +9,6 @@ module.exports = {
9
output: {
10
filename: 'addsearch-js-client.min.js',
11
library: 'AddSearchClient',
12
- libraryExport: 'default',
13
libraryTarget: 'umd',
14
globalObject: 'this',
15
clean: true
0 commit comments