Browse Source

package.json: changed repository format.

Mr.doob 5 years ago
parent
commit
b94b717830
1 changed files with 4 additions and 1 deletions
  1. 4 1
      package.json

+ 4 - 1
package.json

@@ -3,9 +3,12 @@
   "version": "0.108.0",
   "description": "JavaScript 3D library",
   "main": "build/three.js",
-  "repository": "mrdoob/three.js",
   "module": "build/three.module.js",
   "types": "src/Three.d.ts",
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/mrdoob/three.js"
+  },
   "files": [
     "build/three.js",
     "build/three.min.js",