Fixed package json syntax
Showing
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
"description": "SNAC EAC-CPF validation assets, including Relax-NG and Schematron files.", | "description": "SNAC EAC-CPF validation assets, including Relax-NG and Schematron files.", | ||
"homepage": "http://gitlab.iath.virginia.edu/snac/eac-validator", | "homepage": "http://gitlab.iath.virginia.edu/snac/eac-validator", | ||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"contributors": { | "contributors": [ | ||
{ "name": "Robbie Hott", | { "name": "Robbie Hott", | ||
"email": "jh2jf@virginia.edu", | "email": "jh2jf@virginia.edu", | ||
"url": "http://www.cs.virginia.edu/~jh2jf" }, | "url": "http://www.cs.virginia.edu/~jh2jf" }, | ||
... | @@ -14,9 +14,9 @@ | ... | @@ -14,9 +14,9 @@ |
{ "name": "Mike Rush", | { "name": "Mike Rush", | ||
"email": "", | "email": "", | ||
"url": "" } | "url": "" } | ||
}, | ], | ||
"files" : { | "files" : [ | ||
"schematron", | "schematron", | ||
"rng" | "rng" | ||
} | ] | ||
} | } |
Please
register
or
sign in
to comment