Skip to content

Commit

Permalink
Updated to 1.1.0 and parse-server ~2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gfosco committed Feb 17, 2016
1 parent 06d4891 commit 84f595d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server-example",
"version": "1.0.0",
"version": "1.1.0",
"description": "An example Parse API server using the parse-server module",
"main": "index.js",
"repository": {
Expand All @@ -12,12 +12,12 @@
"express": "~4.2.x",
"kerberos": "~0.0.x",
"parse": "~1.6.12",
"parse-server": "~2.0"
"parse-server": "~2.1"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=4.1"
"node": ">=4.3"
}
}

0 comments on commit 84f595d

Please sign in to comment.