mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-20 09:56:48 +02:00
npm: Use clipboardjs via npm instead of unpkg.com link
This commit is contained in:
parent
8f16293ec3
commit
d4244851ab
6 changed files with 87 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
import Alpine from 'alpinejs'
|
||||
import alpine_search from './modules/alpine_search'
|
||||
import ClipboardJS from 'clipboard'
|
||||
|
||||
anchors.add();
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,3 +1,10 @@
|
|||
/*!
|
||||
* clipboard.js v2.0.4
|
||||
* https://zenorocha.github.io/clipboard.js
|
||||
*
|
||||
* Licensed MIT © Zeno Rocha
|
||||
*/
|
||||
|
||||
/*!
|
||||
* lunr.Builder
|
||||
* Copyright (C) 2020 Oliver Nightingale
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue