Adam Shaw 11 лет назад
Родитель
Сommit
2bd0037b2f
4 измененных файлов с 12 добавлено и 22 удалено
  1. 11 3
      bower.json
  2. 0 12
      build/bower-readme.md
  3. 0 6
      build/bower.json
  4. 1 1
      fullcalendar.jquery.json

+ 11 - 3
bower.json

@@ -1,14 +1,22 @@
 {
   "name": "fullcalendar",
   "version": "2.0.0-beta2",
+
+  "dependencies": {
+    "jquery": "~1.10.2",
+    "moment": ">=2.6.0"
+  },
   "devDependencies": {
-    "moment": "2.6.0",
     "moment-timezone": "~0.0.6",
-    "jquery": "~1.10.2",
     "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"
+  ]
 }

+ 0 - 12
build/bower-readme.md

@@ -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

+ 0 - 6
build/bower.json

@@ -1,6 +0,0 @@
-{
-  "main": [
-    "fullcalendar.js",
-    "fullcalendar.css"
-  ]
-}

+ 1 - 1
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"