diff --git a/package.json b/package.json index d24ba1b..c9e469a 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "0.1.0", "description": "An ES6 game and animation engine.", "main": "src/es6.js", + "repository": { + "type": "git", + "url": "https://github.com/nathankunicki/momentumengine.git" + }, "scripts": { "postinstall": "gulp --silent", "build": "gulp",