Skip to content

Commit 79b683d

Browse files
committed
Merge branch 'release/0.4.0'
2 parents 2c4faf0 + f14b2c9 commit 79b683d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

build/angular-highlightjs.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*! angular-highlightjs
2-
version: 0.3.3
2+
version: 0.4.0
33
build date: 2015-02-03
44
author: Robin Fan
55
https://github.com/pc035860/angular-highlightjs.git */
@@ -10,9 +10,7 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
1010
}
1111

1212
(function (window, angular, undefined) {
13-
/*jshint globalstrict: true*/
1413
/*global angular*/
15-
'use strict';
1614

1715
function shouldHighlightStatics(attrs) {
1816
var should = true;

build/angular-highlightjs.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-highlightjs",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "AngularJS directive for syntax highlighting with highlight.js",
55
"main": "./build/angular-highlightjs.js",
66
"directories": {},

0 commit comments

Comments
 (0)