bump to 1.4.1

This commit is contained in:
vvakame
2015-01-17 09:19:31 +09:00
parent 4dd430601a
commit a960a10f48
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -243,9 +243,9 @@
}
},
"typescript": {
"version": "1.4.0",
"from": "git://github.com/Microsoft/TypeScript#v1.4",
"resolved": "git://github.com/Microsoft/TypeScript#7b7febde0bff35d34664e2a241c2e827b8850013"
"version": "1.4.1",
"from": "typescript@1.4.1",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-1.4.1.tgz"
}
}
}
+1 -1
View File
@@ -37,6 +37,6 @@
},
"devDependencies": {
"definition-tester": "0.2.0",
"typescript": "Microsoft/TypeScript#v1.4"
"typescript": "1.4.1"
}
}