Skip to content

Commit 740d85c

Browse files
committed
chore(build): change TS Error type to a class.
This will be in the next upstream release.
1 parent 33bba09 commit 740d85c

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

npm-shrinkwrap.clean.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6031,8 +6031,7 @@
60316031
}
60326032
},
60336033
"gulp-typescript": {
6034-
"version": "2.5.0",
6035-
"resolved": "git://github.com/ivogabe/gulp-typescript.git#3422fbff06532ccc57368f3b4c8801de8f72ef27",
6034+
"version": "2.6.0",
60366035
"dependencies": {
60376036
"gulp-util": {
60386037
"version": "3.0.4",
@@ -9510,7 +9509,7 @@
95109509
},
95119510
"typescript": {
95129511
"version": "1.5.0",
9513-
"resolved": "git://github.com/mhegazy/TypeScript#deafa1186e7ff1c6b4542b3cdc7dd7ae83de700c"
9512+
"resolved": "git://github.com/alexeagle/TypeScript#5d006dcd185eec3fa919c8670fbaa451d7912f66"
95149513
},
95159514
"vinyl": {
95169515
"version": "0.4.6",

npm-shrinkwrap.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"gulp-sourcemaps": "1.3.*",
7474
"gulp-template": "^3.0.0",
7575
"gulp-traceur": "0.17.*",
76-
"gulp-typescript": "ivogabe/gulp-typescript#3422fbff06532ccc57368f3b4c8801de8f72ef27",
76+
"gulp-typescript": "^2.6.0",
7777
"gulp-webserver": "^0.8.7",
7878
"html2jade": "^0.8.3",
7979
"indent-string": "^1.2.1",
@@ -110,7 +110,7 @@
110110
"through2": "^0.6.1",
111111
"ts2dart": "^0.4.2",
112112
"tsd": "^0.5.7",
113-
"typescript": "mhegazy/TypeScript#v1.5-beta",
113+
"typescript": "alexeagle/TypeScript#error_is_class",
114114
"vinyl": "^0.4.6",
115115
"walk-sync": "^0.1.3",
116116
"xtend": "^4.0.0",

0 commit comments

Comments
 (0)