chore: update ts2dart to 0.9.10

This commit is contained in:
Tobias Bosch 2016-04-30 11:36:40 -07:00
parent 62a0809e81
commit 4e2c68354e
3 changed files with 5 additions and 4 deletions

View File

@ -5333,7 +5333,7 @@
}
},
"ts2dart": {
"version": "0.9.9",
"version": "0.9.10",
"dependencies": {
"source-map": {
"version": "0.4.4"

5
npm-shrinkwrap.json generated
View File

@ -8503,8 +8503,9 @@
}
},
"ts2dart": {
"version": "0.9.9",
"from": "ts2dart@0.9.9",
"version": "0.9.10",
"from": "ts2dart@>=0.9.9 <0.10.0",
"resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.9.10.tgz",
"dependencies": {
"source-map": {
"version": "0.4.4",

View File

@ -111,7 +111,7 @@
"systemjs-builder": "^0.10.3",
"through2": "^0.6.5",
"ts-api-guardian": "0.0.2",
"ts2dart": "^0.9.9",
"ts2dart": "^0.9.10",
"tsd": "^0.6.5-beta",
"tsickle": "^0.1.0",
"tslint": "^3.7.0-dev.2",