ts-to-js-converter
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "ts-to-js-converter", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Convert Typescript project to Javascript File wise", | ||
@@ -18,3 +18,4 @@ "main": "dist/index.js", | ||
"fs-extra": "^10.0.0", | ||
"lodash": "^4.17.21" | ||
"lodash": "^4.17.21", | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -30,5 +31,4 @@ "bin": { | ||
"ts-node": "^10.2.0", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.3.5" | ||
"tslib": "^2.3.1" | ||
} | ||
} |
6
5
+ Addedtypescript@^4.3.5
+ Addedtypescript@4.9.5(transitive)