mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
filename is required
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user