From 27198c5d14f4bbd70324734dd1867c86aca94acd Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 11 Sep 2017 11:01:10 -0700 Subject: [PATCH] Bumping npm --- .travis.yml | 2 +- superset/assets/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 914c4b63b4482..806fc023fa6b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ env: - TOX_ENV=py27-mysql - TOX_ENV=py27-sqlite before_install: - - npm install -g npm@'>=5.0.3' + - npm install -g npm@'>=5.4.1' before_script: - mysql -e 'drop database if exists superset; create database superset DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci' -u root - mysql -u root -e "CREATE USER 'mysqluser'@'localhost' IDENTIFIED BY 'mysqluserpassword';" diff --git a/superset/assets/package.json b/superset/assets/package.json index fd78bdeaa8911..2ffd38fc08e4f 100644 --- a/superset/assets/package.json +++ b/superset/assets/package.json @@ -57,6 +57,7 @@ "lodash.throttle": "^4.1.1", "moment": "^2.14.1", "mustache": "^2.2.1", + "npm": "^5.4.1", "nvd3": "1.8.6", "prop-types": "^15.5.8", "react": "^15.5.1",