Skip to content
Snippets Groups Projects
Verified Commit c8ab2b76 authored by Erick Hitter's avatar Erick Hitter
Browse files

Don't pin, I like the latest and greatest

If something breaks, then I can pin
parent 3080bbf3
Branches master
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@
"description": "A Slackbot that gets weather conditions and forecast",
"main": "index.js",
"dependencies": {
"body-parser": "^1.14.2",
"express": "4.13.3",
"request": "^2.67.0"
"body-parser": "*",
"express": "*",
"request": "*"
},
"devDependencies": {},
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment