projects
/
web
/
FoundationZurbProject.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa770aa
)
Updating package.json file to have repo
author
Arthur
<arthur@zurb.com>
Tue, 9 Sep 2014 20:55:51 +0000
(13:55 -0700)
committer
Arthur
<arthur@zurb.com>
Tue, 9 Sep 2014 20:55:51 +0000
(13:55 -0700)
package.json
patch
|
blob
|
history
diff --git
a/package.json
b/package.json
index
d3649e5
..
3c442a0
100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-6,5
+6,9
@@
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~0.8.1"
- }
+ },
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/zurb/foundation-libsass-template"
+ },
}