Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "ng-qrcode", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Simple and AOT compatible QR code generator for your Angular project.", | ||
"main": "main.js", | ||
"scripts": { | ||
"publish": "tsc && npm publish ./" | ||
}, | ||
"scripts": {}, | ||
"repository": { | ||
@@ -46,4 +44,4 @@ "type": "git", | ||
"devDependencies": { | ||
"typescript": "~2.2.0" | ||
"typescript": "2.2.0" | ||
} | ||
} |
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
6161