vue-highlightjs
Advanced tools
Comparing version 1.3.1 to 1.3.3
{ | ||
"name": "vue-highlightjs", | ||
"version": "1.3.1", | ||
"version": "1.3.3", | ||
"description": "Syntax highlighting with highlight.js for Vue.js 2.x", | ||
@@ -17,3 +17,3 @@ "homepage": "https://github.com/metachris/vue-highlightjs", | ||
"scripts": { | ||
"test": "node test.js", | ||
"test": "jest", | ||
"lint": "./node_modules/.bin/eslint *.js" | ||
@@ -34,4 +34,6 @@ }, | ||
"eslint-config-airbnb-base": "^11.1.1", | ||
"eslint-plugin-import": "^2.2.0" | ||
"eslint-plugin-import": "^2.2.0", | ||
"jest": "^20.0.3", | ||
"vue": "^2.3.3" | ||
} | ||
} |
@@ -0,3 +1,7 @@ | ||
# vue-highlightjs | ||
[Vue.js](https://vuejs.org/) syntax highlighting made easy, using [highlight.js](https://highlightjs.org/). | ||
[![Build Status](https://travis-ci.org/metachris/vue-highlightjs.svg?branch=master)](https://travis-ci.org/metachris/vue-highlightjs) | ||
## Quickstart | ||
@@ -33,4 +37,5 @@ | ||
* You can see a live example here: https://jsfiddle.net/metachris/1vz9oobc/ | ||
* See this blog post for more information: https://www.metachris.com/2017/02/vuejs-syntax-highlighting-with-highlightjs/ | ||
* You can see a live example here: https://www.python-boilerplate.com/ | ||
* Fiddle with it: https://jsfiddle.net/metachris/1vz9oobc/ | ||
* See also this blog post for more information: https://www.metachris.com/2017/02/vuejs-syntax-highlighting-with-highlightjs/ | ||
@@ -64,2 +69,6 @@ | ||
v1.3.3 | ||
* Documentation | ||
v1.3.1 | ||
@@ -66,0 +75,0 @@ |
Sorry, the diff of this file is not supported yet
6702
105
80
5