We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b60e65 commit c8ff6dfCopy full SHA for c8ff6df
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "addsearch-js-client",
3
- "version": "0.1.7",
+ "version": "0.1.8",
4
"description": "AddSearch API JavaScript client",
5
"main": "index.js",
6
"jsdelivr": "./dist/addsearch-js-client.min.js",
7
"scripts": {
8
"test": "./node_modules/mocha/bin/mocha -r esm --compilers js:babel-core/register",
9
- "build": "./node_modules/webpack-cli/bin/webpack.js"
+ "build": "npm test ; ./node_modules/webpack-cli/bin/webpack.js"
10
},
11
"repository": {
12
"type": "git",
0 commit comments