diff --git a/package-lock.json b/package-lock.json index 4ddde8e..4c2cda5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "microsoft-speech-browser-sdk", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40dbc7a..596a9dc 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,12 @@ "webpack-stream": "^4.0.0" }, "scripts": { - "prepublishOnly": "npm install & gulp build", - "build": "npm install & gulp build", - "bundle": "npm install & gulp bundle", - "patchRelease": "npm install & gulp patchRelease", - "featureRelease": "npm install & gulp featureRelease", - "majorRelease": "npm install & gulp majorRelease", - "preRelease": "npm install & gulp preRelease" + "prepublishOnly": "npm install && gulp build", + "build": "npm install && gulp build", + "bundle": "npm install && gulp bundle", + "patchRelease": "npm install && gulp patchRelease", + "featureRelease": "npm install && gulp featureRelease", + "majorRelease": "npm install && gulp majorRelease", + "preRelease": "npm install && gulp preRelease" } }