소스 검색

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",
   "main": "index.js",
   "repository": {
   "repository": {
     "type": "git",
     "type": "git",
-    "url": "https://github.com/ParsePlatform/open-api-server"
+    "url": "https://github.com/ParsePlatform/parse-server-example"
   },
   },
   "license": "MIT",
   "license": "MIT",
   "dependencies": {
   "dependencies": {