Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "copyr", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Copy text to the clipboard.", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"build": "webpack", | ||
"prepublish": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
@@ -10,3 +10,4 @@ A small (under 1KB) module for copying text to the clipboard. | ||
copy('Some text'); // Clipboard now has 'Some text' saved to it | ||
copy('Some text'); | ||
// Clipboard now has 'Some text' saved to it | ||
``` |
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
3072
12