Skip to content

Commit b070941

Browse files
committed
removed project info from yuidoc.json since it is auto-parsed from package.json
1 parent 0808102 commit b070941

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cannon",
3-
"version": "0.5.0",
4-
"description": "A lightweight 3D physics engine written in JavaScript. Perfect to use with three.js, for example.",
3+
"version": "0.6.0",
4+
"description": "A lightweight 3D physics engine written in JavaScript.",
55
"homepage": "https://github.com/schteppe/cannon.js",
66
"author": "Stefan Hedman <[email protected]> (http://steffe.se)",
77
"keywords": [

yuidoc.json

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"name": "cannon.js",
3-
"description": "3D javascript physics engine",
4-
"version": "0.6.0",
52
"options": {
63
"outdir" : "docs",
74
"paths" : ["./src/"]

0 commit comments

Comments
 (0)