Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Remove typings from preinstall scripts and lower reqired node engine …
Browse files Browse the repository at this point in the history
…to v5.0.0
  • Loading branch information
gund committed Sep 30, 2016
1 parent a0f6aaa commit a5f5dd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
node_js:
- node
- "6"
- "5"
branches:
only:
- master
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"lint": "tslint src/**/*.ts",
"test": "npm run lint && ng test --watch=false",
"test:report": "cat ./coverage/coverage.lcov | ./node_modules/coveralls/bin/coveralls.js -v",
"postinstall": "typings install",
"prepublish": "npm run build",
"build": "tsc",
"typings": "typings"
"build": "tsc"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,6 +61,6 @@
"zone.js": "^0.6.23"
},
"engines": {
"node": ">=6.0.0"
"node": ">=5.0.0"
}
}
10 changes: 0 additions & 10 deletions typings.json

This file was deleted.

0 comments on commit a5f5dd8

Please sign in to comment.