From 6dbb5ba491f8d35bac4bf2977502e0d3ce800f97 Mon Sep 17 00:00:00 2001 From: Nicolas Levy Date: Tue, 17 Dec 2024 18:04:52 -0300 Subject: [PATCH] Update examples/node/package.json Example Node: re-use the same information than the root package Co-authored-by: Zac --- examples/node/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/node/package.json b/examples/node/package.json index 2da692e8..a0949b45 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -1,5 +1,5 @@ { - "name": "test-node", + "name": "VASTClient-node-example", "version": "1.0.0", "main": "index.js", "type": "module", @@ -7,7 +7,7 @@ "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "ISC", - "description": "" + "author": "Dailymotion (https://developer.dailymotion.com/)" + "license": "MIT", + "description": "VAST Client node usage example" }