chore(build): bump ts2dart version to 0.5.5

This commit is contained in:
Tobias Bosch 2015-05-19 11:28:53 -07:00
parent 73d15edef5
commit bd8724e652
3 changed files with 5 additions and 5 deletions

View File

@ -8582,7 +8582,7 @@
} }
}, },
"ts2dart": { "ts2dart": {
"version": "0.5.4", "version": "0.5.5",
"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.4", "version": "0.5.5",
"from": "ts2dart@0.5.4", "from": "ts2dart@0.5.5",
"resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.5.4.tgz", "resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.5.5.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.4", "ts2dart": "^0.5.5",
"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",