Skip to content

Commit 65c8de3

Browse files
committed
Merge pull request #69 from mgoldsborough/repository
Added repository to pacakge.json to fix npm warning.
2 parents 9375175 + d49ddaa commit 65c8de3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "Responsive-Dashboard",
33
"version": "0.0.2",
44
"author": "Elliot Hesp",
5+
"repository": {
6+
"type": "git",
7+
"url": "git://github.com/Ehesp/Responsive-Dashboard"
8+
},
59
"contributors": [
610
"Leonel Samayoa <leonel.e.samayoa@gmail.com> (http://gobliip.com)",
711
"Ricardo Pascua <rdpascua@outlook.com>",
@@ -13,6 +17,7 @@
1317
"devDependencies": {
1418
"bower": "^1.3.9",
1519
"gulp": "~3.8.0",
20+
"gulp-angular-templates": "^0.0.1",
1621
"gulp-connect": "^2.0.6",
1722
"gulp-less": "~1.3.3",
1823
"gulp-usemin": "^0.3.7",

0 commit comments

Comments
 (0)