Преглед изворни кода

change most manual tests of to npm

Adam Shaw пре 9 година
родитељ
комит
8a5b62f762
69 измењених фајлова са 138 додато и 138 уклоњено
  1. 2 2
      tests/blank.html
  2. 2 2
      tests/bootstrap.html
  3. 2 2
      tests/data_as_a_function.html
  4. 2 2
      tests/date_util_test.html
  5. 2 2
      tests/day_render.html
  6. 2 2
      tests/dbclick.html
  7. 2 2
      tests/droppable.html
  8. 2 2
      tests/dynamic-options.html
  9. 2 2
      tests/event_data_transform.html
  10. 3 3
      tests/event_stress_test.html
  11. 2 2
      tests/fullheight.html
  12. 2 2
      tests/gcal.html
  13. 2 2
      tests/hiddenDays.html
  14. 2 2
      tests/icons.html
  15. 2 2
      tests/issue_1035.html
  16. 2 2
      tests/issue_2048.html
  17. 2 2
      tests/issue_206_parseDate_dst.html
  18. 2 2
      tests/issue_2154.html
  19. 2 2
      tests/issue_220_buttons_ie6.html
  20. 2 2
      tests/issue_221_quick_remove_source.html
  21. 2 2
      tests/issue_230_height_json_events.html
  22. 2 2
      tests/issue_2396_Sydney.html
  23. 2 2
      tests/issue_244_aspectRatio_0.html
  24. 2 2
      tests/issue_251_empty_end_date.html
  25. 2 2
      tests/issue_333_blinking.html
  26. 2 2
      tests/issue_417_refetchEvents.html
  27. 2 2
      tests/issue_429_gotoDate.html
  28. 2 2
      tests/issue_477_event_width.html
  29. 2 2
      tests/issue_517_js_error_ie.html
  30. 2 2
      tests/issue_554.html
  31. 2 2
      tests/issue_586_refetchEvents.html
  32. 2 2
      tests/issue_616.html
  33. 2 2
      tests/issue_679.html
  34. 2 2
      tests/issue_688_parseInt.html
  35. 2 2
      tests/issue_740_event_resizing.html
  36. 2 2
      tests/issue_750.html
  37. 2 2
      tests/issue_757_removeEvents.html
  38. 2 2
      tests/languages-datepicker.html
  39. 2 2
      tests/liquidwidth.html
  40. 2 2
      tests/locale.html
  41. 2 2
      tests/long_event_titles.html
  42. 2 2
      tests/manual_gh_3137_popover_scroll.html
  43. 2 2
      tests/manual_gh_3152.html
  44. 2 2
      tests/manual_gh_3160.html
  45. 2 2
      tests/many_agenda_events.html
  46. 2 2
      tests/many_events.html
  47. 2 2
      tests/memory_leak.html
  48. 2 2
      tests/method_destroy.html
  49. 2 2
      tests/methods.html
  50. 2 2
      tests/no_event_titles.html
  51. 2 2
      tests/options.html
  52. 2 2
      tests/past_future_classNames.html
  53. 2 2
      tests/plain.html
  54. 2 2
      tests/selectable.html
  55. 2 2
      tests/short_agenda.html
  56. 2 2
      tests/skip-redraw-test.html
  57. 2 2
      tests/slotEventOverlap-demo.html
  58. 2 2
      tests/slot_event_overlap.html
  59. 2 2
      tests/snap.html
  60. 2 2
      tests/sources.html
  61. 2 2
      tests/sources_new.html
  62. 2 2
      tests/stacking.html
  63. 2 2
      tests/tabs.html
  64. 2 2
      tests/theming.html
  65. 1 1
      tests/touch-firing.html
  66. 2 2
      tests/touch.html
  67. 2 2
      tests/triggers.html
  68. 2 2
      tests/triggers_view.html
  69. 2 2
      tests/week_numbers.html

+ 2 - 2
tests/blank.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <style>
 

+ 2 - 2
tests/bootstrap.html

@@ -6,8 +6,8 @@
 <link href='../lib/bootstrap/dist/css/bootstrap-theme.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/data_as_a_function.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/date_util_test.html

@@ -1,8 +1,8 @@
 <!DOCTYPE html>
 <html>
 <head>
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../lib/moment/min/langs.min.js'></script>
 <script>fc = {}</script>
 <script src='../src/util.js'></script>

+ 2 - 2
tests/day_render.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/dbclick.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/droppable.html

@@ -3,9 +3,9 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../lib/jquery-ui/jquery-ui.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/dynamic-options.html

@@ -5,8 +5,8 @@
 <link href='../lib/jquery-ui/themes/cupertino/jquery-ui.min.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/event_data_transform.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 3 - 3
tests/event_stress_test.html

@@ -3,8 +3,8 @@
 <head>
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 
@@ -74,4 +74,4 @@
 <body>
 <div id='calendar'></div>
 </body>
-</html>
+</html>

+ 2 - 2
tests/fullheight.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/gcal.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/hiddenDays.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/icons.html

@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta charset='utf-8' />
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../src/timeline/timeline.css' rel='stylesheet' />
 <style>
@@ -76,4 +76,4 @@
 
 </td></tr></table>
 </body>
-</html>
+</html>

+ 2 - 2
tests/issue_1035.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_2048.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_206_parseDate_dst.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_2154.html

@@ -4,9 +4,9 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../lib/moment-timezone/moment-timezone.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_220_buttons_ie6.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_221_quick_remove_source.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/issue_230_height_json_events.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_2396_Sydney.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_244_aspectRatio_0.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_251_empty_end_date.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_333_blinking.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_417_refetchEvents.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/issue_429_gotoDate.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_477_event_width.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_517_js_error_ie.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_554.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/issue_586_refetchEvents.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/issue_616.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/issue_679.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/issue_688_parseInt.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_740_event_resizing.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_750.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/issue_757_removeEvents.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/languages-datepicker.html

@@ -5,9 +5,9 @@
 <link rel='stylesheet' href='../lib/jquery-ui/themes/cupertino/jquery-ui.min.css' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../lib/jquery-ui/jquery-ui.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/lang-all.js'></script>
 <script>

+ 2 - 2
tests/liquidwidth.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/locale.html

@@ -9,8 +9,8 @@
 </style>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/long_event_titles.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/manual_gh_3137_popover_scroll.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/manual_gh_3152.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/manual_gh_3160.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/many_agenda_events.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/many_events.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/memory_leak.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/method_destroy.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/methods.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/no_event_titles.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/options.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/past_future_classNames.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/plain.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/selectable.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/short_agenda.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/skip-redraw-test.html

@@ -10,8 +10,8 @@
 </style>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/slotEventOverlap-demo.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/slot_event_overlap.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/snap.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/sources.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/sources_new.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/stacking.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/tabs.html

@@ -4,8 +4,8 @@
 <link rel='stylesheet' href='../lib/jquery-ui/themes/cupertino/jquery-ui.min.css' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/theming.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='lib/themeswitcher/jquery.themeswitcher.js'></script>
 <script>

+ 1 - 1
tests/touch-firing.html

@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta charset='utf-8' />
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script>
 
 	$(function() {

+ 2 - 2
tests/touch.html

@@ -4,8 +4,8 @@
 <meta charset='utf-8' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/moment/moment.js'></script>
-<script src='../lib/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>
 

+ 2 - 2
tests/triggers.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/triggers_view.html

@@ -3,8 +3,8 @@
 <head>
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script src='../dist/gcal.js'></script>
 <script>

+ 2 - 2
tests/week_numbers.html

@@ -4,8 +4,8 @@
 <link rel='stylesheet' href='../demos/cupertino/theme.css' />
 <link href='../dist/fullcalendar.css' rel='stylesheet' />
 <link href='../dist/fullcalendar.print.css' rel='stylesheet' media='print' />
-<script src='../lib/jquery/dist/jquery.js'></script>
-<script src='../lib/moment/moment.js'></script>
+<script src='../node_modules/jquery/dist/jquery.js'></script>
+<script src='../node_modules/moment/moment.js'></script>
 <script src='../dist/fullcalendar.js'></script>
 <script>