Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
fix(typings): remove in favor of npm @types (#312)
Browse files Browse the repository at this point in the history
- does not need typings installed, fixes issue where npm would fail during a postinstall step
  • Loading branch information
justindujardin authored Oct 13, 2016
1 parent 6b5fc52 commit 6e819db
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
5 changes: 0 additions & 5 deletions typings.json

This file was deleted.

0 comments on commit 6e819db

Please sign in to comment.