We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9540f3f commit e425a59Copy full SHA for e425a59
docs/manifest.md
@@ -4,7 +4,10 @@ Specification of the jQuery Plugins Site Manifest File
4
# LIVING SPEC (heavily inspired by that of npm, thanks isaacs)
5
6
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.
+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.
11
12
**NOTE: Manifest file names must contain the plugin name, e.g. foo.jquery.json.**
13
0 commit comments