Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "0.6.4",
"version": "0.6.5",
"homepage": "https://github.com/ruhley/angular-color-picker",
"repository": {
"type": "git",
Expand All @@ -10,6 +10,9 @@
"authors": [
"ruhley <timothy.ruhle@gmail.com>"
],
"contributors": [
"Benjamin Orozco <benoror@gmail.com>"
],
"main": [
"angularjs-color-picker.js",
"angularjs-color-picker.css"
Expand Down
5 changes: 5 additions & 0 deletions lib/scripts/module.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/* commonjs package manager support (eg. componentjs) */
if (typeof module !== "undefined" && typeof exports !== "undefined" && module.exports === exports){
module.exports = 'color.picker';
}

(function() {
'use strict';

Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
{
"name": "angular-color-picker",
"description": "Color Picker Directive For AngularJS",
"version": "0.6.4",
"version": "0.6.5",
"main": [
"angularjs-color-picker.js",
"angularjs-color-picker.css"
],
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/ruhley/angular-color-picker.git"
},
"authors": [
"ruhley <timothy.ruhle@gmail.com>"
],
"contributors": [
"Benjamin Orozco <benoror@gmail.com>"
],
"devDependencies": {
"glob": "~5.0.0",
"grunt": "~0.4.5",
Expand Down