Skip to content

Commit 852f626

Browse files
committed
Fix #6: Correct bower dependencies
1 parent b70e05e commit 852f626

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Change Log: `php-date-formatter`
1212

1313
**Date:** 18-Jun-2015
1414

15-
1. (bug #2): Fix con## Version to unix timestamp format.
15+
1. (bug #2): Fix conversion to unix timestamp format.
1616

1717
## Version 1.3.0
1818

bower.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
99
"main": [
10-
"./js/php-date-formatter.min.js"
10+
"js/php-date-formatter.js"
1111
],
1212
"keywords": [
1313
"jquery",
@@ -19,9 +19,6 @@
1919
"datetime",
2020
"php-date-formatter.js"
2121
],
22-
"dependencies": {
23-
"jquery": ">= 1.9.0"
24-
},
2522
"license": "BSD-3-Clause",
2623
"ignore": [
2724
"**/.*",

0 commit comments

Comments
 (0)