We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d85f0 commit 20335b8Copy full SHA for 20335b8
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js: node
3
-before_install:
4
- - "export DISPLAY=:99.0"
5
- - "sh -e /etc/init.d/xvfb start"
+dist: xenial
+services:
+ - xvfb
package.json
@@ -28,7 +28,8 @@
28
"homepage": "https://github.com/bit-docs/bit-docs-html-highlight-line#readme",
29
"dependencies": {
30
"bit-docs-prettify": "<2.0.0",
31
- "prismjs": "^1.11.0"
+ "clipboard": "^2.0.6",
32
+ "prismjs": "^1.22.0"
33
},
34
"devDependencies": {
35
"bit-docs-generate-html": "^0.15.0",
0 commit comments