rejigger the way bower works

This commit is contained in:
Adam Shaw
2014-05-31 00:04:37 -07:00
parent 3514ce59eb
commit 2bd0037b2f
4 changed files with 13 additions and 23 deletions
+12 -4
View File
@@ -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"
]
}
-12
View File
@@ -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
-6
View File
@@ -1,6 +0,0 @@
{
"main": [
"fullcalendar.js",
"fullcalendar.css"
]
}
+1 -1
View File
@@ -4,7 +4,7 @@
"dependencies": {
"jquery": "~1.10.2",
"moment": ">=2.5.0"
"moment": ">=2.6.0"
},
"optionalDependencies": {
"jquery-ui": "~1.10.3"