Skip to content

Commit

Permalink
Add repository field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
corycaywood committed Mar 21, 2017
1 parent 9231097 commit a66747a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -2,6 +2,10 @@
"name": "docpub",
"version": "0.2.0",
"description": "A script for publishing .md articles, stored in git repo, on ZenDesk",
"repository" : {
"type" : "git",
"url" : "https://github.com/rakutentech/docpub"
},
"main": "index.js",
"engines": {
"node": ">= 6.0.0"
Expand All @@ -19,8 +23,8 @@
"markdown"
],
"authors": [
"ilia.isupov@rakuten.com",
"cory.caywood@rakuten.com"
"swinx89@gmail.com",
"cory@floatinginspace.net"
],
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a66747a

Please sign in to comment.