Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
NaqashPixy committed Jul 19, 2017
2 parents ef62c51 + de0917f commit 6d8e1f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following methods are available for crude events operation:

Methods | Description
----------------------------------------|--------------------------
`addEvent(event)` | Take event object and add as a into firebase
`addEvent(event)` | Take event object and add as a new Event, meeting or reminder into firebase
`updateEvent(key,event)` | Take firebase data ref key and updated event object , update the given ref key node
`deleteEvent(key)` | Take record ref key and delete that event

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pf-calendar-events-data",
"version": "0.1.0",
"version": "0.3.0",
"description": "A Polymer 2.0 custom element to get the events from Firebase. To be used in conjunction with pf-calendar-events element",
"main": "pf-calendar-events-data.html",
"repository": "PFElements/pf-calendar-events-data",
Expand All @@ -9,7 +9,7 @@
"Polymer 2.0",
"page",
"calendar",
"appoointment",
"appointment",
"schedule",
"event",
"meetings",
Expand All @@ -35,4 +35,4 @@
"scripts": {
"test": "wct"
}
}
}

0 comments on commit 6d8e1f1

Please sign in to comment.