diff --git a/bower.json b/bower.json index edaf46a..20503d2 100644 --- a/bower.json +++ b/bower.json @@ -1,14 +1,22 @@ { "name": "fullcalendar", "version": "2.0.0-beta2", - "devDependencies": { - "moment": "2.6.0", - "moment-timezone": "~0.0.6", + + "dependencies": { "jquery": "~1.10.2", + "moment": ">=2.6.0" + }, + "devDependencies": { + "moment-timezone": "~0.0.6", "jquery-ui": "~1.10.3", "jquery-simulate-ext": "~1.3.0", "jquery-mockjax": "~1.5.3", "jasmine-jquery": "~2.0.3", "jasmine-fixture": "~1.2.0" - } + }, + + "main": [ + "dist/fullcalendar.js", + "dist/fullcalendar.css" + ] } diff --git a/build/bower-readme.md b/build/bower-readme.md deleted file mode 100644 index fb3ad52..0000000 --- a/build/bower-readme.md +++ /dev/null @@ -1,12 +0,0 @@ - -FullCalendar Component -====================== - -This repo is the official [Bower][bower] component endpoint for the [FullCalendar Project][fc-homepage]. It is a shim repo that has been generated by running the `grunt bower` command in the main development repo. - -[Visit the development repo][fc-repo] - - -[bower]: http://bower.io/ -[fc-homepage]: http://arshaw.com/fullcalendar/ -[fc-repo]: https://github.com/arshaw/fullcalendar \ No newline at end of file diff --git a/build/bower.json b/build/bower.json deleted file mode 100644 index 4d44cda..0000000 --- a/build/bower.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "main": [ - "fullcalendar.js", - "fullcalendar.css" - ] -} \ No newline at end of file diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index f84c847..4d6be5d 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -4,7 +4,7 @@ "dependencies": { "jquery": "~1.10.2", - "moment": ">=2.5.0" + "moment": ">=2.6.0" }, "optionalDependencies": { "jquery-ui": "~1.10.3"