Skip to content

Commit

Permalink
kill bundledDependencies. misused it. causes npm install errors
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 31, 2020
1 parent 84cabf8 commit 2c8da08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "fullcalendar",
"version": "5.2.0",
"version": "5.2.1",
"title": "FullCalendar",
"description": "Full-sized drag & drop event calendar",
"keywords": [
Expand Down
5 changes: 1 addition & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullcalendar/core",
"version": "5.2.0",
"version": "5.2.1",
"title": "FullCalendar Core Package",
"description": "Provides core functionality, including the Calendar class",
"docs": "https://fullcalendar.io/docs/initialize-es6",
Expand All @@ -9,9 +9,6 @@
"preact": "^10.0.5",
"tslib": "^2.0.0"
},
"bundledDependencies": [
"@fullcalendar/core-vdom"
],
"type": "module",
"main": "main.js",
"types": "main.d.ts",
Expand Down

0 comments on commit 2c8da08

Please sign in to comment.