Skip to content

Commit

Permalink
Update PrimsJS to 1.22.0 (#16)
Browse files Browse the repository at this point in the history
* Update PrimsJS to 1.22.0

* Update travis services

* Add clipboard to dependencies
  • Loading branch information
cherifGsoul authored Dec 2, 2020
1 parent 84d85f0 commit 20335b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js: node
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
dist: xenial
services:
- xvfb
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"homepage": "https://github.com/bit-docs/bit-docs-html-highlight-line#readme",
"dependencies": {
"bit-docs-prettify": "<2.0.0",
"prismjs": "^1.11.0"
"clipboard": "^2.0.6",
"prismjs": "^1.22.0"
},
"devDependencies": {
"bit-docs-generate-html": "^0.15.0",
Expand Down

0 comments on commit 20335b8

Please sign in to comment.