From 47cb06d10367f90de82cbc35c14855b9d9c4e082 Mon Sep 17 00:00:00 2001 From: Justin DuJardin Date: Wed, 12 Oct 2016 17:19:05 -0700 Subject: [PATCH] fix(typings): remove in favor of npm @types - does not need typings installed, fixes issue where npm would fail during a postinstall step --- .travis.yml | 2 +- package.json | 1 - typings.json | 5 ----- 3 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 typings.json diff --git a/.travis.yml b/.travis.yml index 678c193b..66639a24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false node_js: - '5.6.0' before_install: -- npm install -g karma-cli typings +- npm install -g karma-cli - export CHROME_BIN=chromium-browser - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start diff --git a/package.json b/package.json index cbe13605..ec9ddc4a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,6 @@ "systemjs": "0.19.39", "tslint": "^3.15.1", "typescript": "^2.0.0", - "typings": "^1.3.3", "underscore": "1.8.3" }, "contributors": [ diff --git a/typings.json b/typings.json deleted file mode 100644 index 5978f46e..00000000 --- a/typings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "globalDependencies": { - "es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654" - } -}