diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-02-12 09:28:13 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2009-02-19 22:34:21 +0000 |
commit | 13e9cde0efeadbbc5b3a375ee642bed394dd3a59 (patch) | |
tree | 4e22f91ef0186b8f3faabf6904453b740716da9d /component.json | |
parent | fef476def30f4b1f3cfa902fff11bb761ab6ecfd (diff) | |
download | jquery-13e9cde0efeadbbc5b3a375ee642bed394dd3a59.tar.gz jquery-13e9cde0efeadbbc5b3a375ee642bed394dd3a59.zip |
Include distribution in release tag1.3.2
Diffstat (limited to 'component.json')
-rwxr-xr-x | component.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100755 index 000000000..7ed6ef245 --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name" : "jquery", + "version" : "1.3.2", + "main" : "./jquery.js", + "dependencies": { + } +} + |