Преглед на файлове

Fixing incorrect git repo URL

* Fixes incorrect github link at https://www.npmjs.com/package/parse-server-example
Anurag Simgeker преди 9 години
родител
ревизия
3545b32c9a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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": {