Skip to content

Commit 8375f08

Browse files
committed
Add repo to package'
1 parent 69e9c6e commit 8375f08

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
{
22
"name": "gulp-documentation",
3-
"version": "1.0.0",
43
"description": "documentation plugin for gulp",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "tape test.js"
8-
},
9-
"keywords": [
10-
"gulp",
11-
"documentation",
12-
"jsdoc"
13-
],
4+
"version": "1.0.0",
145
"author": "Tom MacWright",
15-
"license": "ISC",
166
"dependencies": {
177
"through2": "^0.6.3"
188
},
199
"devDependencies": {
2010
"gulp": "^3.8.11",
2111
"tape": "^3.5.0"
12+
},
13+
"keywords": [
14+
"documentation",
15+
"gulp",
16+
"jsdoc"
17+
],
18+
"license": "ISC",
19+
"main": "index.js",
20+
"repository": {
21+
"type": "git",
22+
"url": "[email protected]:documentationjs/gulp-documentation.git"
23+
},
24+
"scripts": {
25+
"test": "tape test.js"
2226
}
2327
}

0 commit comments

Comments
 (0)