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
smikula committed Oct 23, 2017
1 parent 3a5b9e1 commit 1cdcc63
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"test": "jest"
},
"author": "Scott Mikula <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/jest": "^21.1.2",
"glob": "^7.1.2",
Expand All @@ -22,5 +21,10 @@
},
"devDependencies": {
"@types/node": "^7.0.4"
}
},
"repository": {
"type": "git",
"url": "https://github.com/smikula/good-fences.git"
},
"license": "MIT"
}

0 comments on commit 1cdcc63

Please sign in to comment.