Skip to content

Commit 6b721b1

Browse files
committed
- removed ts-helper duplicate from package.json
- added npm update to .travis.yml file in case the version is too old
1 parent f09ff05 commit 6b721b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ node_js:
77
- "7"
88
- "6"
99
- "4"
10+
11+
before_install: if [[ `npm -v` != 3* || `npm -v` != 4* ]]; then npm i -g npm@3; fi
12+

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@angular/router": "^3.3.1",
4343
"core-js": "^2.4.1",
4444
"rxjs": "^5.0.1",
45-
"ts-helpers": "^1.1.1",
45+
"ts-helpers": "^1.1.2",
4646
"zone.js": "^0.7.2"
4747
},
4848
"devDependencies": {
@@ -92,7 +92,6 @@
9292
"sass-loader": "^4.0.0",
9393
"style-loader": "^0.13.0",
9494
"to-string-loader": "^1.1.5",
95-
"ts-helpers": "^1.1.2",
9695
"tslint": "^4.4.2",
9796
"tslint-loader": "^3.3.0",
9897
"typescript": "2.1.5",

0 commit comments

Comments
 (0)