Update camo to use new tagged version

This commit is contained in:
benji7425 2018-01-27 17:27:42 +00:00
parent 793f531c63
commit 2c538885c6
3 changed files with 2 additions and 3 deletions

View File

@ -55,7 +55,7 @@
"optional": true "optional": true
}, },
"camo": { "camo": {
"version": "git+https://github.com/benji7425/camo.git#fd71a6e82c001cb6a8b5b680fe6a0e3d218c7390", "version": "git+https://github.com/benji7425/camo.git#51d63d2441827b430884400f511ae911f1961727",
"requires": { "requires": {
"depd": "1.1.0", "depd": "1.1.0",
"lodash": "3.9.3", "lodash": "3.9.3",

View File

@ -2,7 +2,7 @@
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"camo": "git+https://github.com/benji7425/camo.git", "camo": "git+https://github.com/benji7425/camo.git#v0.12.4",
"cron": "1.3.0", "cron": "1.3.0",
"discord.js": "11.2.0", "discord.js": "11.2.0",
"nedb": "1.8.0", "nedb": "1.8.0",

View File

@ -7,7 +7,6 @@
}, },
"dependencies": { "dependencies": {
"@types/node": "9.3.0", "@types/node": "9.3.0",
"camo": "git+https://github.com/scottwrobinson/camo.git",
"discord.js": "11.2.0", "discord.js": "11.2.0",
"eslint": "4.16.0", "eslint": "4.16.0",
"get-urls": "7.0.0", "get-urls": "7.0.0",