Added repo to package.json
This commit is contained in:
parent
1e23ef1e62
commit
2a032ca2e2
@ -3,6 +3,10 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "An ES6 game and animation engine.",
|
"description": "An ES6 game and animation engine.",
|
||||||
"main": "src/es6.js",
|
"main": "src/es6.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/nathankunicki/momentumengine.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "gulp --silent",
|
"postinstall": "gulp --silent",
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user