Explorar el Código

Fixing incorrect git repo URL

* Fixes incorrect github link at https://www.npmjs.com/package/parse-server-example
Anurag Simgeker hace 9 años
padre
commit
3545b32c9a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "main": "index.js",
   "repository": {
     "type": "git",
-    "url": "https://github.com/ParsePlatform/open-api-server"
+    "url": "https://github.com/ParsePlatform/parse-server-example"
   },
   "license": "MIT",
   "dependencies": {