Skip to content

Commit 0233371

Browse files
author
Brad Berger
committed
Updates meta and npm version
1 parent 554431e commit 0233371

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.10
2+
3+
- Implements a data service to allow for shared access to HTML per day
4+
15
## 0.2.9
26

37
- Overhauls the way dates/weeks are calculated, should be much more stable.

LICENSE LICENSE.md

File renamed without changes.

package.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "angular-material-calendar",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "A calendar directive for AngularJS and Angular Material Design",
5+
"keywords": ["angular", "material", "design", "calendar", "ngCalendar", "mdCalendar", "calendarMd", "calendar-md", "md-calendar", "ng-calendar"],
56
"main": "gulpfile.js",
67
"scripts": {
78
"postinstall": "./node_modules/protractor/bin/webdriver-manager update",
@@ -11,7 +12,15 @@
1112
"type": "git",
1213
"url": "https://github.com/bradberger/material-calendar.git"
1314
},
14-
"author": "Brad Berger <[email protected]>",
15+
"maintainers": [
16+
"Brad Berger <[email protected]>",
17+
"Gavin Barron <[email protected]>"
18+
],
19+
"contributors": [
20+
"Brad Berger <[email protected]>",
21+
"Gavin Barron <[email protected]>",
22+
"Dave Gavigan <[email protected]>"
23+
],
1524
"license": "MPL-2.0",
1625
"bugs": {
1726
"url": "https://github.com/bradberger/material-calendar/issues"

0 commit comments

Comments
 (0)