From b163173c85fccf2d7a7e4ca71b7b7b259b3f2b2c Mon Sep 17 00:00:00 2001 From: Daniel Spitzer Date: Wed, 17 Oct 2018 11:37:39 +0200 Subject: [PATCH] Pre-release v11.0.0-alpha.5 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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",