From 6d27dc0c08b6ffb01859cd88730744423c630141 Mon Sep 17 00:00:00 2001 From: Thomas Davis Date: Sat, 16 Jun 2012 13:54:11 +1000 Subject: [PATCH] filename is required --- test/schemata/npm-package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/schemata/npm-package.json b/test/schemata/npm-package.json index 999ef929d..22e601d7d 100644 --- a/test/schemata/npm-package.json +++ b/test/schemata/npm-package.json @@ -3,6 +3,11 @@ "name": "NPM package.json", "description": "Package manifest file for Node.JS modules. Note that this is incomplete. http://npmjs.org/doc/json.html", "properties": { + "filename": { + "type": "string", + "required": true, + "description": "This makes the correct path on the cdn." + }, "name": { "type": "string", "required": true,