Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 5f99104

Browse files
committed
removed bower dependency due to too much troubles
1 parent 031f358 commit 5f99104

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

bower.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-datepicker",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A datepicker directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <filippo.oretti@gmail.com",
@@ -31,8 +31,5 @@
3131
"bower_components",
3232
"test",
3333
"tests"
34-
],
35-
"dependencies": {
36-
"angular": "~1.4.5"
37-
}
34+
]
3835
}

dist/angular-datepicker.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-datepicker",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A datepicker directive for angularjs.",
55
"homepage": "http://720kb.github.io/angular-datepicker",
66
"keywords": [

0 commit comments

Comments
 (0)