Skip to content

Commit c874b7a

Browse files
Merge pull request #488 from dailymotion/fix-package-json
Fix package json
2 parents acddb39 + b7f0ebf commit c874b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "node index.js",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
10-
"author": "Dailymotion <vast-client@dailymotion.com> (https://developer.dailymotion.com/)"
10+
"author": "Dailymotion <vast-client@dailymotion.com> (https://developer.dailymotion.com/)",
1111
"license": "MIT",
1212
"description": "VAST Client node usage example"
1313
}

0 commit comments

Comments
 (0)