Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "ng2-konva", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Angular binding to canvas element via Konva framework", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
{ | ||
"compilerOptions": { | ||
"baseUrl": "./src", | ||
"rootDir": "./src", | ||
"target": "es5", | ||
"module": "es2015", | ||
"sourceMap": true, | ||
"moduleResolution": "node", | ||
"experimentalDecorators": true, | ||
"moduleResolution": "node", | ||
"rootDir": "./src", | ||
"emitDecoratorMetadata": true, | ||
"lib": ["es2015", "dom"], | ||
"sourceMap": true, | ||
"declaration": true, | ||
"module": "es2015", | ||
"target": "es2015", | ||
"stripInternal": true, | ||
@@ -22,4 +23,5 @@ "skipLibCheck": true, | ||
"angularCompilerOptions": { | ||
"strictMetadataEmit": true | ||
"strictMetadataEmit": true, | ||
"skipTemplateCodegen": true | ||
} | ||
} |
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
1519221
5767