Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 2, 2019
1 parent 008b8c3 commit 51070f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
any change to ANY of the FullCalendar component's props would trigger
a full rerender.
- new dependency: fast-deep-equal
automatically bundled with UMD dist
3 changes: 2 additions & 1 deletion eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}
},
"rules": {
"space-before-function-paren": 0
"space-before-function-paren": 0,
"no-multiple-empty-lines": 0
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"version": "npm run lint && npm run dist && npm run test-single && git add -f dist package-lock.json"
},
"dependencies": {
"@fullcalendar/core": "~4.1.0",
"@fullcalendar/core": "~4.2.0",
"fast-deep-equal": "^2.0.1"
},
"peerDependencies": {
Expand All @@ -46,7 +46,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"@fullcalendar/daygrid": "^4.1.0",
"@fullcalendar/daygrid": "^4.2.0",
"@types/react": "^16.8.12",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
Expand Down
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"space-before-function-paren": false,
"space-within-parens": false,
"strict-type-predicates": false
"strict-type-predicates": false,
"no-consecutive-blank-lines": false
}
}

0 comments on commit 51070f8

Please sign in to comment.