diff --git a/package.json b/package.json index e94291921..cd59c279d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tradeshift/tradeshift-ui", - "version": "11.0.0-alpha.4", + "version": "11.0.0-alpha.5", "description": "The Tradeshift UI Library & Framework", "homepage": "http://ui.tradeshift.com/", "bugs": { @@ -33,8 +33,7 @@ "prelease": "release-it --config=.release-it.beta.json --npm.tag=next", "****** TEST *****": "", "test": "npm run eslint & grunt jasmine & wait && node tasks/browserstack.js", - "http": - "static spec/jasmine -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' -a 0.0.0.0", + "http": "static spec/jasmine -H '{\"Cache-Control\": \"no-cache, must-revalidate\"}' -a 0.0.0.0", "****** NODE *****": "", "postinstall": "cd docs && npm ci", "precommit": "lint-staged",