Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 153e208

Browse files
committed
Cleaned up bower.json
1 parent 8f751d8 commit 153e208

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

bower.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"name": "angularjs-dropdown-multiselect",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"authors": [
5-
"Dotan Simha <[email protected]>"
5+
"Dotan Simha <[email protected]>",
6+
"Pieter Kempenaers"
67
],
78
"description": "AngularJS Dropdown Multiselect directive",
8-
"keywords": ["angular", "angularjs", "directive", "dropdown", "multiselect", "checklist", "list", "bootstrap", "checkbox"],
9+
"keywords": [
10+
"angular",
11+
"angularjs",
12+
"directive",
13+
"dropdown",
14+
"multiselect",
15+
"checklist",
16+
"list",
17+
"bootstrap",
18+
"checkbox"
19+
],
920
"license": "MIT",
1021
"main": "src/angularjs-dropdown-multiselect.js",
1122
"ignore": [
@@ -16,11 +27,11 @@
1627
"tests"
1728
],
1829
"dependencies": {
19-
"angular": "~1.2.0",
30+
"angular": ">=1.2.0 <2.0.0"
2031
"lodash": "~2.4.1"
2132
},
2233
"devDependencies": {
23-
"angular": "~1.2.0",
34+
"angular": ">=1.2.0 <2.0.0",
2435
"angular-animate": "~1.2.0",
2536
"angular-sanitize": "~1.2.0",
2637
"angular-touch": "~1.2.0",

0 commit comments

Comments
 (0)