Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: third_party/WebKit/Source/devtools/package.json

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
}

Powered by Google App Engine
This is Rietveld 408576698