postform-js
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "postform-js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Client JS for Postform", | ||
@@ -5,0 +5,0 @@ "main": "src/postform.js", |
@@ -180,5 +180,5 @@ class Postform { | ||
let stylesheet = document.createElement('link'); | ||
stylesheet.href = 'dist/postform.css'; | ||
stylesheet.href = 'https://unpkg.com/postform-js/dist/postform.css'; | ||
stylesheet.rel = 'stylesheet'; | ||
document.head.appendChild(stylesheet); | ||
})(); |
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
16922