Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit ae0bc2a

Browse files
committed
upgraded TypeScript to 1.7 (closes #9)
1 parent 4502ef2 commit ae0bc2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"minimist": "^1.1.3",
2626
"mkdirp": "^0.5.1",
2727
"rimraf": "^2.4.3",
28-
"typescript": "~1.6.2"
28+
"typescript": "~1.7.0"
2929
},
3030
"devDependencies": {
3131
"del": "^2.1.0",
3232
"gulp": "^3.9.0",
3333
"gulp-jasmine": "^2.2.1",
34-
"gulp-typescript": "~2.9.2"
34+
"gulp-typescript": "~2.10.0"
3535
}
3636
}

0 commit comments

Comments
 (0)