| Index: third_party/WebKit/Source/devtools/package.json
|
| diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
|
| index 1e2519f136129c5ea7f90a6d804a02b69df3434e..5be1c8268e896afc801e0d7ffdddf989cb964bfb 100644
|
| --- a/third_party/WebKit/Source/devtools/package.json
|
| +++ b/third_party/WebKit/Source/devtools/package.json
|
| @@ -32,9 +32,11 @@
|
| },
|
| "homepage": "https://devtools.chrome.com",
|
| "devDependencies": {
|
| - "eslint": "3.10.0",
|
| - "clang-format": "1.0.45",
|
| "async": "1.5.2",
|
| - "globby": "6.0.0"
|
| + "clang-format": "1.0.45",
|
| + "eslint": "3.10.0",
|
| + "globby": "6.0.0",
|
| + "image-size": "^0.5.1",
|
| + "postsvg-rename-id": "0.0.1"
|
| }
|
| }
|
|
|