Skip to content

Commit fed3871

Browse files
committed
Add repo field to package
1 parent 71f1d2a commit fed3871

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

package.json

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
{
22
"name": "documentation",
3-
"version": "1.4.0",
43
"description": "a documentation generator",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js",
8-
"cover": "istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS"
9-
},
4+
"version": "1.4.0",
5+
"author": "Tom MacWright",
106
"bin": {
117
"documentation": "./bin/documentation.js"
128
},
13-
"keywords": [
14-
"documentation",
15-
"jsdoc",
16-
"jsdoc3",
17-
"parser",
18-
"website",
19-
"formatter"
20-
],
21-
"author": "Tom MacWright",
22-
"license": "ISC",
239
"dependencies": {
2410
"JSONStream": "^0.10.0",
2511
"ast-types": "^0.7.2",
@@ -54,5 +40,23 @@
5440
"glob": "^5.0.2",
5541
"istanbul": "^0.3.7",
5642
"prova": "^2.1.1"
43+
},
44+
"keywords": [
45+
"documentation",
46+
"formatter",
47+
"jsdoc",
48+
"jsdoc3",
49+
"parser",
50+
"website"
51+
],
52+
"license": "ISC",
53+
"main": "index.js",
54+
"repository": {
55+
"type": "git",
56+
"url": "[email protected]:documentationjs/documentation.git"
57+
},
58+
"scripts": {
59+
"cover": "istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS",
60+
"test": "eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js"
5761
}
5862
}

0 commit comments

Comments
 (0)