Browse Source

Always use the latest parse-server.

Fosco Marotto 8 years ago
parent
commit
2fe357c6c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -12,7 +12,7 @@
     "express": "~4.11.x",
     "kerberos": "~0.0.x",
     "parse": "~1.8.0",
-    "parse-server": "~2.2.12"
+    "parse-server": "*"
   },
   "scripts": {
     "start": "node index.js"