ng2-truncate
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -18,5 +18,6 @@ // Angular-CLI build configuration | ||
'rxjs/**/*.+(js|js.map)', | ||
'@angular/**/*.+(js|js.map)' | ||
'@angular/**/*.+(js|js.map)', | ||
'ng2-truncate/dist/**/*.+(js|js.map)' | ||
] | ||
}); | ||
}; |
@@ -29,2 +29,2 @@ "use strict"; | ||
exports.ng2TruncatePipe = ng2TruncatePipe; | ||
//# sourceMappingURL=/pipes/truncate.js.map | ||
//# sourceMappingURL=truncate.js.map |
{ | ||
"name": "ng2-truncate", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "angular-cli": {}, |
{ | ||
"compileOnSave": false, | ||
"compilerOptions": { | ||
"declaration": true, | ||
"declaration": false, | ||
"emitDecoratorMetadata": true, | ||
@@ -6,0 +6,0 @@ "experimentalDecorators": true, |
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
24846
29
502