瀏覽代碼

remove browser globals for packages

Adam Shaw 6 年之前
父節點
當前提交
ff22cdf604

+ 0 - 1
packages/bootstrap/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Bootstrap Plugin",
   "description": "Bootstrap 4 theming for your calendar",
   "docs": "https://fullcalendar.io/docs/bootstrap-theme",
-  "browserGlobal": "FullCalendarBootstrap",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 1 - 2
packages/core/package.json

@@ -4,6 +4,5 @@
   "version": "4.3.1",
   "title": "FullCalendar Core Package",
   "description": "Provides core functionality, including the Calendar class",
-  "docs": "https://fullcalendar.io/docs/initialize-es6",
-  "browserGlobal": "FullCalendar"
+  "docs": "https://fullcalendar.io/docs/initialize-es6"
 }

+ 0 - 1
packages/daygrid/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Day Grid Plugin",
   "description": "Display events on Month view or DayGrid view",
   "docs": "https://fullcalendar.io/docs/month-view",
-  "browserGlobal": "FullCalendarDayGrid",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 0 - 1
packages/google-calendar/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Google Calendar Plugin",
   "description": "Fetch events from a public Google Calendar feed",
   "docs": "https://fullcalendar.io/docs/google-calendar",
-  "browserGlobal": "FullCalendarGoogleCalendar",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 0 - 1
packages/interaction/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Interaction Plugin",
   "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions",
   "docs": "https://fullcalendar.io/docs/editable",
-  "browserGlobal": "FullCalendarInteraction",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 0 - 1
packages/list/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar List View Plugin",
   "description": "View your events as a bulleted list",
   "docs": "https://fullcalendar.io/docs/list-view",
-  "browserGlobal": "FullCalendarList",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0"
   },

+ 0 - 1
packages/luxon/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Luxon Plugin",
   "description": "A connector to the Luxon date library",
   "docs": "https://fullcalendar.io/docs/luxon-plugin",
-  "browserGlobal": "FullCalendarLuxon",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "luxon": "^1.12.1"

+ 0 - 1
packages/moment-timezone/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Moment Timezone Plugin",
   "description": "A connector to the moment-timezone library",
   "docs": "https://fullcalendar.io/docs/moment-plugins#moment-timezone",
-  "browserGlobal": "FullCalendarMomentTimezone",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "moment": "^2.24.0",

+ 0 - 1
packages/moment/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Moment Plugin",
   "description": "A connector to the MomentJS date library",
   "docs": "https://fullcalendar.io/docs/moment-plugins",
-  "browserGlobal": "FullCalendarMoment",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "moment": "^2.24.0"

+ 0 - 1
packages/rrule/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar RRule Plugin",
   "description": "A connector to the RRule library, for recurring events",
   "docs": "https://fullcalendar.io/docs/rrule-plugin",
-  "browserGlobal": "FullCalendarRrule",
   "peerDependencies": {
     "@fullcalendar/core": "~4.3.0",
     "rrule": "^2.6.0"

+ 0 - 1
packages/timegrid/package.json

@@ -5,7 +5,6 @@
   "title": "FullCalendar Time Grid Plugin",
   "description": "Display your events on a grid of time slots",
   "docs": "https://fullcalendar.io/docs/timegrid-view",
-  "browserGlobal": "FullCalendarTimeGrid",
   "dependencies": {
     "@fullcalendar/daygrid": "~4.3.0"
   },