1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-21 06:31:28 +02:00

Update package.json (#290)

Update `cheerio` dependency. Fixes webpack builds.
This commit is contained in:
Matt Reyer
2016-09-03 20:32:28 -04:00
committed by Ian Storm Taylor
parent 43d5735cc9
commit 2b0194523f

View File

@@ -6,7 +6,7 @@
"repository": "git://github.com/ianstormtaylor/slate.git", "repository": "git://github.com/ianstormtaylor/slate.git",
"main": "./dist/index.js", "main": "./dist/index.js",
"dependencies": { "dependencies": {
"cheerio": "^0.20.0", "cheerio": "^0.22.0",
"debug": "^2.2.0", "debug": "^2.2.0",
"detect-browser": "^1.3.3", "detect-browser": "^1.3.3",
"direction": "^0.1.5", "direction": "^0.1.5",