Skip to content

Commit 6f75dcf

Browse files
committed
Improving bower.json and bumping to v0.2.0
1 parent 9bc7ccb commit 6f75dcf

File tree

1 file changed

+17
-13
lines changed

1 file changed

+17
-13
lines changed

bower.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
22
"name": "angular-color-picker",
3+
"description": "Color Picker Directive For AngularJS",
4+
"version": "0.2.0",
5+
"homepage": "https://github.com/ruhley/angular-color-picker",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/ruhle/angular-color-picker.git"
9+
},
10+
"authors": [
11+
"ruhley <[email protected]>"
12+
],
313
"main": [
414
"angular-color-picker.js",
515
"angular-color-picker.css"
616
],
7-
"version": "0.1.1",
8-
"homepage": "https://github.com/ruhley/angular-color-picker",
9-
"authors": [
10-
"ruhley <[email protected]>"
17+
"moduleType": [
18+
"globals"
1119
],
12-
"description": "Color Picker Directive For AngularJS",
1320
"keywords": [
1421
"Color",
1522
"Color Picker",
@@ -19,16 +26,13 @@
1926
],
2027
"license": "MIT",
2128
"ignore": [
22-
"**/.*",
23-
"node_modules",
24-
"bower_components",
25-
"examples"
29+
"*",
30+
"!angularjs-color-picker.css",
31+
"!angularjs-color-picker.js"
2632
],
2733
"dependencies": {
2834
"tinycolor": "~1.1.0",
29-
"angularjs": "~1.3.2"
30-
},
31-
"devDependencies": {
32-
"bootstrap": "~3.3.1"
35+
"angularjs": "~1.3.0",
36+
"bootstrap": "~3.3.0"
3337
}
3438
}

0 commit comments

Comments
 (0)