Adding repository field to package.json.

This commit is contained in:
Matt Swensen 2017-03-21 23:45:53 -06:00
parent fa2e679ae0
commit c8cf8df121

@ -27,5 +27,6 @@
}, },
"dependencies": { "dependencies": {
"pn": "^1.0.0" "pn": "^1.0.0"
} },
"repository": "git@github.com:mjswensen/themer-terminal.git"
} }