Commit 5e23c22b by Robbie Hott

Fixed package json syntax

parent 6c72def4
...@@ -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"
} ]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment