]> BookStack Code Mirror - bookstack/commitdiff
Updated clipboard lib reference and version used
authorDan Brown <redacted>
Sun, 6 Aug 2017 20:21:20 +0000 (21:21 +0100)
committerDan Brown <redacted>
Sun, 6 Aug 2017 20:21:20 +0000 (21:21 +0100)
package.json
readme.md
resources/assets/js/pages/page-show.js

index 3d3b9c11cb8ae8c2b5d930cdab41c15e27efe1ae..1ae0e7f68db2cca2691d6641a0af1af4b8b5de8a 100644 (file)
@@ -33,7 +33,7 @@
     "axios": "^0.16.1",
     "babel-polyfill": "^6.23.0",
     "babel-preset-es2015": "^6.24.1",
-    "clipboard": "^1.5.16",
+    "clipboard": "^1.7.1",
     "codemirror": "^5.26.0",
     "dropzone": "^4.0.1",
     "gulp-util": "^3.0.8",
index 6067fbb945b954341095106432d71202413d0ead..5d099ad5fbace815efa1f8d9054aa9d06591cbbe 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -79,7 +79,7 @@ These are the great open-source projects used to help build BookStack:
 * [jQuery Sortable](https://johnny.github.io/jquery-sortable/)
 * [Material Design Iconic Font](http://zavoloklom.github.io/material-design-iconic-font/icons.html)
 * [Dropzone.js](http://www.dropzonejs.com/)
-* [ZeroClipboard](http://zeroclipboard.org/)
+* [clipboard.js](https://clipboardjs.com/)
 * [TinyColorPicker](http://www.dematte.at/tinyColorPicker/index.html)
 * [markdown-it](https://github.com/markdown-it/markdown-it) and [markdown-it-task-lists](https://github.com/revin/markdown-it-task-lists)
 * [Moment.js](http://momentjs.com/)
index 020229d2ff5f12e13b9d575ec4a98089d3630014..7754840af501dead6c215f6fd9fb8c74cf263bd8 100644 (file)
@@ -1,5 +1,3 @@
-"use strict";
-// Configure ZeroClipboard
 const Clipboard = require("clipboard");
 const Code = require('../code');
 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.