Skip to content

Commit cf182e0

Browse files
authored
fix: invalid keywords in package.json
1 parent 64efa43 commit cf182e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "evertz-quartz",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Module to control Evertz EQX routers using Quartz protocol",
55
"manufacturer": "Evertz",
66
"product": "EQX Router",
7-
"keywords": "",
7+
"keywords": [],
88
"shortname": "Quartz",
99
"main": "index.js",
1010
"scripts": {

0 commit comments

Comments
 (0)