diff --git a/test/schemata/npm-package.json b/test/schemata/npm-package.json index 22e601d7d..d00c560f2 100644 --- a/test/schemata/npm-package.json +++ b/test/schemata/npm-package.json @@ -7,7 +7,7 @@ "type": "string", "required": true, "description": "This makes the correct path on the cdn." - }, + }, "name": { "type": "string", "required": true, @@ -30,9 +30,6 @@ "type": "string", "format": "url" }, - "bugs": { - "type": "string" - }, "dependencies": { "type": "object", "additionalProperties": "string"