chore: bump ts2dart to 0.5.6

This commit is contained in:
Tobias Bosch 2015-05-20 16:07:09 -07:00
parent 4afd2b4138
commit bdeac30a96
3 changed files with 5 additions and 5 deletions

View File

@ -8582,7 +8582,7 @@
} }
}, },
"ts2dart": { "ts2dart": {
"version": "0.5.5", "version": "0.5.6",
"dependencies": { "dependencies": {
"source-map": { "source-map": {
"version": "0.4.2", "version": "0.4.2",

6
npm-shrinkwrap.json generated
View File

@ -13249,9 +13249,9 @@
} }
}, },
"ts2dart": { "ts2dart": {
"version": "0.5.5", "version": "0.5.6",
"from": "ts2dart@0.5.5", "from": "ts2dart@0.5.6",
"resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.5.5.tgz", "resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.5.6.tgz",
"dependencies": { "dependencies": {
"source-map": { "source-map": {
"version": "0.4.2", "version": "0.4.2",

View File

@ -111,7 +111,7 @@
"temp": "^0.8.1", "temp": "^0.8.1",
"ternary-stream": "^1.2.3", "ternary-stream": "^1.2.3",
"through2": "^0.6.1", "through2": "^0.6.1",
"ts2dart": "^0.5.5", "ts2dart": "^0.5.6",
"tsd": "^0.5.7", "tsd": "^0.5.7",
"typescript": "alexeagle/TypeScript#error_is_class", "typescript": "alexeagle/TypeScript#error_is_class",
"vinyl": "^0.4.6", "vinyl": "^0.4.6",