Skip to content

Commit

Permalink
Fix #6: Correct bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 20, 2015
1 parent b70e05e commit 852f626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Change Log: `php-date-formatter`

**Date:** 18-Jun-2015

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

## Version 1.3.0

Expand Down
5 changes: 1 addition & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
"main": [
"./js/php-date-formatter.min.js"
"js/php-date-formatter.js"
],
"keywords": [
"jquery",
Expand All @@ -19,9 +19,6 @@
"datetime",
"php-date-formatter.js"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
Expand Down

0 comments on commit 852f626

Please sign in to comment.