@github/clipboard-copy-element
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -160,1 +160,3 @@ function createNode(text) { | ||
} | ||
export default ClipboardCopyElement; |
@@ -1,5 +0,6 @@ | ||
(function (factory) { | ||
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
factory(); | ||
}(function () { 'use strict'; | ||
(global = global || self, global.ClipboardCopyElement = factory()); | ||
}(this, function () { 'use strict'; | ||
@@ -166,2 +167,4 @@ function createNode(text) { | ||
return ClipboardCopyElement; | ||
})); |
{ | ||
"name": "@github/clipboard-copy-element", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Copy element text content or input values to the clipboard.", | ||
@@ -8,2 +8,3 @@ "repository": "github/clipboard-copy-element", | ||
"module": "dist/index.esm.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -24,3 +25,4 @@ "clean": "rm -rf dist", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"index.d.ts" | ||
], | ||
@@ -27,0 +29,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
12588
8
275