Skip to content

Commit

Permalink
Update examples/node/package.json
Browse files Browse the repository at this point in the history
Example Node: re-use the same information than the root package

Co-authored-by: Zac  <[email protected]>
  • Loading branch information
nicolaslevy and ZacharieTFR authored Dec 17, 2024
1 parent f910ea0 commit 6dbb5ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/node/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "test-node",
"name": "VASTClient-node-example",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
"author": "Dailymotion <[email protected]> (https://developer.dailymotion.com/)"
"license": "MIT",
"description": "VAST Client node usage example"
}

0 comments on commit 6dbb5ba

Please sign in to comment.