Comparing version 0.0.7 to 0.0.8
@@ -77,3 +77,8 @@ var ts = require('typescript'); | ||
if (!has(options.dependencies, name)) { | ||
options.dependencies[name] = getStringifyOptions(tree, compileOptions); | ||
if (tree) { | ||
options.dependencies[name] = getStringifyOptions(tree, compileOptions); | ||
} | ||
else { | ||
options.dependencies[name] = null; | ||
} | ||
} | ||
@@ -80,0 +85,0 @@ return options.dependencies[name]; |
{ | ||
"name": "typings", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "The TypeScript definition manager", | ||
@@ -5,0 +5,0 @@ "main": "dist/typings.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
150563
1866