Skip to content

Commit 72bfc11

Browse files
committed
Bumping to v0.6.5
1 parent 9fcbfbe commit 72bfc11

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

angularjs-color-picker.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angularjs-color-picker.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
/*!
2-
* angular-color-picker v0.6.4
2+
* angular-color-picker v0.6.5
33
* https://github.com/ruhley/angular-color-picker/
44
*
55
* Copyright 2015 ruhley
66
*
7-
* 2015-07-29 13:11:21
7+
* 2015-08-03 08:20:09
88
*
99
*/
10+
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
11+
module.exports = 'color.picker';
12+
}
13+
1014
(function() {
1115
'use strict';
1216

angularjs-color-picker.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angularjs-color-picker.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)