From: Jérôme Benoit Date: Wed, 9 Aug 2023 22:22:42 +0000 (+0200) Subject: build: add missing JSON schema to package.json X-Git-Tag: v2.6.22~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4f19da609fa420ecf4f7cc6228be293eaa9d42eb;p=poolifier.git build: add missing JSON schema to package.json Signed-off-by: Jérôme Benoit --- diff --git a/benchmarks/versus-external-pools/package.json b/benchmarks/versus-external-pools/package.json index a1d127f5..dbaf34be 100644 --- a/benchmarks/versus-external-pools/package.json +++ b/benchmarks/versus-external-pools/package.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/package", "name": "poolifier-benchmarks", "version": "1.0.0", "description": "This project contains benchmarks for the most used and popular Node.js worker_threads/cluster worker pools implementations", diff --git a/package.json b/package.json index 1492410b..05144677 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/package", "name": "poolifier", "version": "2.6.21", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",