Skip to content

Commit 61ab5f1

Browse files
committed
update repo urls
1 parent 750b9bb commit 61ab5f1

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@
1212
"typescript",
1313
"tsc"
1414
],
15-
"description": "2D Vector library offering Float32Array, Object or standard Array based vectors.",
15+
"description": "2D Vector library offering Float32Array, Array or standard Object based vectors.",
1616
"main": "src/Vec2D.js",
1717
"typings": "src/Vec2D.d.ts",
18-
"author": {
19-
"name": "Evan Shortiss",
20-
"email": "[email protected]",
21-
"url": "http://evanshortiss.com"
22-
},
18+
"author": "Evan Shortiss <[email protected]> (http://evanshortiss.com)",
2319
"version": "3.0.0",
2420
"repository": {
2521
"type": "git",
26-
"url": "https://github.com/evanshortiss/vec2d.git"
22+
"url": "git+https://github.com/evanshortiss/vector2d.git"
2723
},
2824
"scripts": {
2925
"tsc": "tsc",
@@ -78,10 +74,15 @@
7874
"uglify-js": "~3.3.27"
7975
},
8076
"bugs": {
81-
"url": "https://github.com/evanshortiss/vec2d/issues"
77+
"url": "https://github.com/evanshortiss/vector2d/issues"
8278
},
8379
"license": "MIT",
8480
"engines": {
8581
"node": ">=6"
86-
}
82+
},
83+
"homepage": "https://github.com/evanshortiss/vector2d#readme",
84+
"directories": {
85+
"doc": "docs"
86+
},
87+
"dependencies": {}
8788
}

0 commit comments

Comments
 (0)