Added repo to package.json

This commit is contained in:
Nathan Kunicki 2016-03-04 12:12:27 -05:00
parent 1e23ef1e62
commit 2a032ca2e2

View File

@ -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",