aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/package.json b/package.json
index db0decf..22a3daa 100644
--- a/package.json
+++ b/package.json
@@ -19,10 +19,8 @@
},
"homepage": "https://github.com/rbdr/generador-de-insultos",
"dependencies": {
- "bluebird": "2.9.x",
- "cheerio": "0.19.x",
- "hapi": "9.2.x",
- "neon": "2.0.x",
- "request": "2.61.x"
+ "cheerio": "^1.0.0-rc.3",
+ "@hapi/hapi": "^19.1.1",
+ "node-fetch": "^2.6.0"
}
}