Skip to content

Commit

Permalink
Merge branch 'release/0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Mar 20, 2016
2 parents 2c0b320 + 9eba488 commit 3b7995b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AngularJS directive for syntax highlighting with [highlight.js](http://highlight

## Requirements

* Highlight.js (.js & .css)
* Highlight.js v7.0.0+
* AngularJS v1.0.1+


Expand Down Expand Up @@ -39,7 +39,6 @@ angular.module('myApp', ['hljs']);
## Install with npm

```sh
npm install highlight.js
npm install angular-highlightjs
```

Expand Down
4 changes: 2 additions & 2 deletions angular-highlightjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! angular-highlightjs
version: 0.5.1
build date: 2015-11-08
version: 0.6.0
build date: 2016-03-20
author: Chih-Hsuan Fan
https://github.com/pc035860/angular-highlightjs.git */

Expand Down
4 changes: 2 additions & 2 deletions angular-highlightjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/angular-highlightjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! angular-highlightjs
version: 0.5.1
build date: 2015-11-08
version: 0.6.0
build date: 2016-03-20
author: Chih-Hsuan Fan
https://github.com/pc035860/angular-highlightjs.git */

Expand Down
4 changes: 2 additions & 2 deletions build/angular-highlightjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-highlightjs",
"version": "0.5.1",
"version": "0.6.0",
"description": "AngularJS directive for syntax highlighting with highlight.js",
"main": "./build/angular-highlightjs.js",
"directories": {},
Expand Down Expand Up @@ -32,5 +32,8 @@
"grunt-contrib-watch": "^0.6.0",
"grunt-ng-annotate": "^1.0.1"
},
"dependencies": {}
"dependencies": {
"angular": "^1.0.1",
"highlight.js": ">7.0.0"
}
}

0 comments on commit 3b7995b

Please sign in to comment.