Skip to content

Commit 8eda862

Browse files
committed
Merge pull request #2 from MSex/master
Update bower.json to contain the correct description and path to the JavaScript file.
2 parents ca65bd6 + 1589b6e commit 8eda862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "angular-date-time-input",
33
"version": "0.1.0",
4-
"description": "This angular directive emulates the Grails sortableColumn tag.",
4+
"description": "This angular directive provides a date input field.",
55
"author": "https://github.com/dalelotts/angular-date-time-input/graphs/contributors",
66
"license": "MIT",
77
"homepage": "https://github.com/dalelotts/angular-date-time-input",
8-
"main": "./src/js/sortableColumn.js",
8+
"main": "./src/dateTimeInput.js",
99
"ignore": [
1010
"**/.*",
1111
"screenshots",
@@ -25,4 +25,4 @@
2525
"angular-scenario": "~1.x",
2626
"jquery": "1.10.2"
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)