1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 20:51:20 +02:00

Upgrade debug package

Fixes an issue where debug may clear localStorage.debug on start, making it impossible to use.
This commit is contained in:
Alex Ehlke
2016-11-16 22:38:43 -05:00
parent a6ec7889c9
commit bad8b057bb

View File

@@ -7,7 +7,7 @@
"main": "./lib/index.js", "main": "./lib/index.js",
"dependencies": { "dependencies": {
"cheerio": "^0.22.0", "cheerio": "^0.22.0",
"debug": "^2.2.0", "debug": "^2.3.2",
"detect-browser": "^1.3.3", "detect-browser": "^1.3.3",
"direction": "^0.1.5", "direction": "^0.1.5",
"esrever": "^0.2.0", "esrever": "^0.2.0",