Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ng-qrcode", | ||
"version": "1.0.0", | ||
"description": "Simple and AOT compatible QR Code generator for your Angular project.", | ||
"main": "index.js", | ||
"version": "1.0.1", | ||
"description": "Simple and AOT compatible QR code generator for your Angular project.", | ||
"main": "main.js", | ||
"scripts": { | ||
"publish": "rm -rf dist && tsc && npm publish ./" | ||
"publish": "tsc && npm publish ./" | ||
}, | ||
@@ -25,5 +25,8 @@ "repository": { | ||
"files": [ | ||
"index.d.ts", | ||
"index.js", | ||
"dist" | ||
"main.d.ts", | ||
"main.js", | ||
"qrcode.module.d.ts", | ||
"qrcode.module.js", | ||
"qrcode.component.d.ts", | ||
"qrcode.component.js" | ||
], | ||
@@ -30,0 +33,0 @@ "author": "emin93 <emin@emin.ch>", |
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
6204
9
88