Skip to content

Commit

Permalink
Merge branch 'release/0.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Feb 28, 2017
2 parents 920524f + fc6a589 commit d2bd003
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions angular-highlightjs.js
@@ -1,6 +1,6 @@
/*! angular-highlightjs
version: 0.7.0
build date: 2017-02-19
version: 0.7.1
build date: 2017-02-28
author: Chih-Hsuan Fan
https://github.com/pc035860/angular-highlightjs.git */

Expand Down Expand Up @@ -480,7 +480,7 @@ includeDirFactory = function (dirName) {
code = code.data;
}

code = code.replace(/^(\r\n|\r|\n)/m, '');
code = code.replace(/^(\r\n|\r|\n)/, '');
ctrl.highlight(code);
});
}
Expand Down
6 changes: 3 additions & 3 deletions angular-highlightjs.min.js

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

2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-highlightjs",
"version": "0.7.0",
"version": "0.7.1",
"description": "AngularJS directive for syntax highlighting with highlight.js.",
"main": "./build/angular-highlightjs.js",
"ignore": [
Expand Down
6 changes: 3 additions & 3 deletions build/angular-highlightjs.js
@@ -1,6 +1,6 @@
/*! angular-highlightjs
version: 0.7.0
build date: 2017-02-19
version: 0.7.1
build date: 2017-02-28
author: Chih-Hsuan Fan
https://github.com/pc035860/angular-highlightjs.git */

Expand Down Expand Up @@ -480,7 +480,7 @@ includeDirFactory = function (dirName) {
code = code.data;
}

code = code.replace(/^(\r\n|\r|\n)/m, '');
code = code.replace(/^(\r\n|\r|\n)/, '');
ctrl.highlight(code);
});
}
Expand Down
6 changes: 3 additions & 3 deletions build/angular-highlightjs.min.js

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-highlightjs",
"version": "0.7.0",
"version": "0.7.1",
"description": "AngularJS directive for syntax highlighting with highlight.js",
"main": "./build/angular-highlightjs.js",
"directories": {},
Expand Down

0 comments on commit d2bd003

Please sign in to comment.