Skip to content

Commit c8ff6df

Browse files
committed
Increase version
1 parent 6b60e65 commit c8ff6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "addsearch-js-client",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "AddSearch API JavaScript client",
55
"main": "index.js",
66
"jsdelivr": "./dist/addsearch-js-client.min.js",
77
"scripts": {
88
"test": "./node_modules/mocha/bin/mocha -r esm --compilers js:babel-core/register",
9-
"build": "./node_modules/webpack-cli/bin/webpack.js"
9+
"build": "npm test ; ./node_modules/webpack-cli/bin/webpack.js"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)