Update package.json

This commit is contained in:
Lamp 2018-10-16 17:16:41 -07:00 committed by GitHub
parent f9309683c1
commit 58cffcb448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,13 @@
{
"name": "Visual Time Machine",
"version": "2",
"dependencies": {
"discord.js": "^11.4.2"
}
"repository": {
"type": "git",
"url": "https://github.com/ledlamp/Visual-Time-Machine.git"
},
"dependencies": {
"discord.js": "^11.4.2"
},
"engines": {
"node": ">=10.0.0"
},
"os": ["darwin"]
}