We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09ff05 commit 6b721b1Copy full SHA for 6b721b1
.travis.yml
@@ -7,3 +7,6 @@ node_js:
7
- "7"
8
- "6"
9
- "4"
10
+
11
+before_install: if [[ `npm -v` != 3* || `npm -v` != 4* ]]; then npm i -g npm@3; fi
12
package.json
@@ -42,7 +42,7 @@
42
"@angular/router": "^3.3.1",
43
"core-js": "^2.4.1",
44
"rxjs": "^5.0.1",
45
- "ts-helpers": "^1.1.1",
+ "ts-helpers": "^1.1.2",
46
"zone.js": "^0.7.2"
47
},
48
"devDependencies": {
@@ -92,7 +92,6 @@
92
"sass-loader": "^4.0.0",
93
"style-loader": "^0.13.0",
94
"to-string-loader": "^1.1.5",
95
- "ts-helpers": "^1.1.2",
96
"tslint": "^4.4.2",
97
"tslint-loader": "^3.3.0",
98
"typescript": "2.1.5",
0 commit comments