@soerenmartius/vue3-clipboard
Advanced tools
Comparing version 0.1.1 to 0.1.2
/*! | ||
* @soerenmartius/vue3-clipboard v0.1.1 | ||
* (c) 2020 Soeren Martius | ||
* @soerenmartius/vue3-clipboard v0.1.2 | ||
* (c) 2021 Soeren Martius | ||
* @license MIT | ||
@@ -989,3 +989,3 @@ */ | ||
/* harmony default export */ var clipboard = __webpack_exports__["default"] = (clipboard_Clipboard); | ||
/* harmony default export */ __webpack_exports__["default"] = (clipboard_Clipboard); | ||
@@ -992,0 +992,0 @@ /***/ }) |
/*! | ||
* @soerenmartius/vue3-clipboard v0.1.1 | ||
* (c) 2020 Soeren Martius | ||
* @soerenmartius/vue3-clipboard v0.1.2 | ||
* (c) 2021 Soeren Martius | ||
* @license MIT | ||
@@ -985,3 +985,3 @@ */ | ||
/* harmony default export */ var clipboard = __webpack_exports__["default"] = (clipboard_Clipboard); | ||
/* harmony default export */ __webpack_exports__["default"] = (clipboard_Clipboard); | ||
@@ -988,0 +988,0 @@ /***/ }) |
/*! | ||
* @soerenmartius/vue3-clipboard v0.1.1 | ||
* (c) 2020 Soeren Martius | ||
* @soerenmartius/vue3-clipboard v0.1.2 | ||
* (c) 2021 Soeren Martius | ||
* @license MIT | ||
@@ -985,3 +985,3 @@ */ | ||
/* harmony default export */ var clipboard = __webpack_exports__["default"] = (clipboard_Clipboard); | ||
/* harmony default export */ __webpack_exports__["default"] = (clipboard_Clipboard); | ||
@@ -988,0 +988,0 @@ /***/ }) |
/*! | ||
* @soerenmartius/vue3-clipboard v0.1.1 | ||
* (c) 2020 Soeren Martius | ||
* @soerenmartius/vue3-clipboard v0.1.2 | ||
* (c) 2021 Soeren Martius | ||
* @license MIT | ||
@@ -988,3 +988,3 @@ */ | ||
/* harmony default export */ var clipboard = __webpack_exports__["default"] = (clipboard_Clipboard); | ||
/* harmony default export */ __webpack_exports__["default"] = (clipboard_Clipboard); | ||
@@ -991,0 +991,0 @@ /***/ }) |
{ | ||
"name": "@soerenmartius/vue3-clipboard", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A Vue 3 binding for clipboard.js", | ||
@@ -25,4 +25,4 @@ "main": "dist/vue3-clipboard.cjs.js", | ||
"build:dts": "api-extractor run --local --verbose", | ||
"lint": "prettier -c --parser typescript \"{src,__tests__,e2e}/**/*.[jt]s?(x)\"", | ||
"lint:fix": "yarn run lint --write", | ||
"lint": "eslint './{src,tests,examples}/**/*.{js,ts,tsx,vue,md}'", | ||
"lint:fix": "yarn run lint --fix", | ||
"test:types": "tsc --build tsconfig.json" | ||
@@ -29,0 +29,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
143369