Skip to content

Commit e425a59

Browse files
committed
Added note about where the manifest files need to live.
1 parent 9540f3f commit e425a59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/manifest.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Specification of the jQuery Plugins Site Manifest File
44
# LIVING SPEC (heavily inspired by that of npm, thanks isaacs)
55

66
This document is all you need to know about what's required in your jquery.json
7-
manifest file(s). It must be actual JSON, not just a JavaScript object literal.
7+
manifest file(s).
8+
9+
Manifest files must live in the root of your repository and exist in your tags.
10+
The files must be actual JSON, not just a JavaScript object literal.
811

912
**NOTE: Manifest file names must contain the plugin name, e.g. foo.jquery.json.**
1013

0 commit comments

Comments
 (0)