Fix recurring lint issue with d3

Summary: All subfolders of src/plugins/ need to have a title in their package.json, in this case it doesn't add anything but it's a rare case, so at least stops the linter from complaining.

Reviewed By: mweststrate

Differential Revision: D18764161

fbshipit-source-id: 7a3d7e3dba7633107d9e43c021986ecdf22d3c28
This commit is contained in:
John Knox
2019-12-03 06:16:04 -08:00
committed by Facebook Github Bot
parent 45d8115804
commit ef6a278eff

View File

@@ -1,4 +1,5 @@
{
"title": "sections-d3",
"name": "d3",
"version": "3.5.17",
"description": "A JavaScript visualization library for HTML and SVG.",