gulp-typescript
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "gulp-typescript", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "A typescript compiler for gulp with incremental compilation support.", | ||
@@ -84,3 +84,3 @@ "homepage": "https://github.com/ivogabe/gulp-typescript", | ||
"peerDependencies": { | ||
"typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev" | ||
"typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev" | ||
}, | ||
@@ -87,0 +87,0 @@ "scripts": { |
@@ -110,2 +110,3 @@ "use strict"; | ||
base = this.project.directory; | ||
baseDeclarations = base; | ||
} | ||
@@ -115,2 +116,3 @@ else { | ||
base = jsFileName.substring(0, jsFileName.length - outFile.length); | ||
baseDeclarations = base; | ||
} | ||
@@ -117,0 +119,0 @@ if (jsContent !== undefined) { |
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
71100
1405