ng2-tag-input
Advanced tools
Comparing version 0.7.6 to 0.7.7
{ | ||
"name": "ng2-tag-input", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "Tag Input component for Angular 2", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"ngc": "ngc -p ./tsconfig.aot.json", | ||
"moveassets": "rsync -a --include='*.scss' --include='*.html' --include='*/' --exclude='*' modules/ dist/modules" | ||
"moveassets": "rsync -a --include='*.scss' --include='*.html' --include='*.metadata.json' --include='*/' --exclude='*' modules/ dist/modules" | ||
}, | ||
@@ -17,0 +17,0 @@ "author": { |
@@ -42,9 +42,2 @@ { | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"dist", | ||
"**/*.spec.ts", | ||
"**/*.ngfactory.ts", | ||
"**/*.shim.ts" | ||
], | ||
"compileOnSave": false, | ||
@@ -51,0 +44,0 @@ "buildOnSave": false, |
@@ -33,3 +33,2 @@ { | ||
"angularCompilerOptions": { | ||
"genDir": "./ngfactory", | ||
"strictMetadataEmit": true | ||
@@ -46,4 +45,4 @@ }, | ||
"dist", | ||
"**/*.ngfactory.ts", | ||
"**/*.shim.ts" | ||
"**/*-ngfactory.ts", | ||
"**/*.spec.ts" | ||
], | ||
@@ -50,0 +49,0 @@ "compileOnSave": false, |
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
591987
94
5594