Ver código fonte

Fixing incorrect git repo URL

* Fixes incorrect github link at https://www.npmjs.com/package/parse-server-example
Anurag Simgeker 9 anos atrás
pai
commit
3545b32c9a
1 arquivos alterados com 1 adições e 1 exclusões
  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": {