mirror of
https://github.com/danbulant/node-x11
synced 2026-06-18 22:21:44 +00:00
trailing comma
This commit is contained in:
parent
3b0a267af8
commit
6c9cb536e6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
, "engines" : { "node" : "*" }
|
||||
, "devDependencies": {
|
||||
"mocha": "*",
|
||||
"should": "*",
|
||||
"should": "*"
|
||||
}
|
||||
, "scripts": {
|
||||
"test": "mocha",
|
||||
|
|
|
|||
Loading…
Reference in a new issue