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
jeremyckahn committed Mar 28, 2015
1 parent a489234 commit c6f792f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -3,6 +3,10 @@
"version": "1.4.0",
"homepage": "http://jeremyckahn.github.io/shifty",
"author": "Jeremy Kahn <jeremyckahn@gmail.com>",
"repository" : {
"type": "git",
"url": "https://github.com/jeremyckahn/shifty.git"
},
"description": "A teeny tiny tweening engine in JavaScript.",
"main": "dist/shifty.js",
"devDependencies": {
Expand Down

0 comments on commit c6f792f

Please sign in to comment.