Skip to content

Commit 0b6c678

Browse files
committed
transfered to documentationjs, v1.0
1 parent 527ff01 commit 0b6c678

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "grunt-documentation",
33
"description": "Use Grunt with documentation to generate great documentation for your JavaScript projects.",
4-
"version": "0.1.0",
5-
"homepage": "https://github.com/SunboX/grunt-documentation",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/documentationjs/grunt-documentation",
66
"author": {
77
"name": "André Fiedler",
88
"email": "[email protected]"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/SunboX/grunt-documentation"
12+
"url": "https://github.com/documentationjs/grunt-documentation"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/SunboX/grunt-documentation/issues"
15+
"url": "https://github.com/documentationjs/grunt-documentation/issues"
1616
},
1717
"licenses": [
1818
{
1919
"type": "MIT",
20-
"url": "https://github.com/SunboX/grunt-documentation/blob/master/LICENSE"
20+
"url": "https://github.com/documentationjs/grunt-documentation/blob/master/LICENSE"
2121
}
2222
],
2323
"engines": {

0 commit comments

Comments
 (0)