Browse Source

Simplify repository url (#9947)

https://docs.npmjs.com/files/package.json#repository
Vincent Klaiber 8 years ago
parent
commit
b781b229f8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      package.json

+ 1 - 4
package.json

@@ -3,6 +3,7 @@
   "version": "0.82.0",
   "description": "JavaScript 3D library",
   "main": "build/three.js",
+  "repository": "mrdoob/three.js",
   "jsnext:main": "build/three.modules.js",
   "files": [
     "package.json",
@@ -28,10 +29,6 @@
     "dev": "rollup -c -w",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/mrdoob/three.js"
-  },
   "keywords": [
     "three",
     "three.js",