Procházet zdrojové kódy

clean up some configs

Adam Shaw před 12 roky
rodič
revize
edbbeddcae
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 2 2
      build/component.json
  2. 1 0
      fullcalendar.jquery.json

+ 2 - 2
build/component.json

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

+ 1 - 0
fullcalendar.jquery.json

@@ -1,6 +1,7 @@
 {
 {
   "name": "fullcalendar",
   "name": "fullcalendar",
   "version": "1.6.3",
   "version": "1.6.3",
+
   "dependencies": {
   "dependencies": {
     "jquery": "~1.10.2"
     "jquery": "~1.10.2"
   },
   },