-
- Downloads
Don't pin, I like the latest and greatest
If something breaks, then I can pin
... | @@ -4,9 +4,9 @@ | ... | @@ -4,9 +4,9 @@ |
"description": "A Slackbot that gets weather conditions and forecast", | "description": "A Slackbot that gets weather conditions and forecast", | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | "dependencies": { | ||
"body-parser": "^1.14.2", | "body-parser": "*", | ||
"express": "4.13.3", | "express": "*", | ||
"request": "^2.67.0" | "request": "*" | ||
}, | }, | ||
"devDependencies": {}, | "devDependencies": {}, | ||
"scripts": { | "scripts": { | ||
... | ... |
Please register or sign in to comment