diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2014-02-12 10:13:27 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2013-01-14 22:54:13 -0500 |
commit | 6361fdf2f30e41f565a953eb120f795774c65c4e (patch) | |
tree | 8f2bf6d09c942b178bcc96748c0dcdc6ecf5ee4b /component.json | |
parent | 8574d8bd709b7ed1211f60e575cfd97705f077de (diff) | |
download | jquery-6361fdf2f30e41f565a953eb120f795774c65c4e.tar.gz jquery-6361fdf2f30e41f565a953eb120f795774c65c4e.zip |
Include distribution in release tag1.9.0
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..d1c169c26 --- /dev/null +++ b/component.json @@ -0,0 +1,8 @@ +{ + "name" : "jquery", + "version" : "1.9.0", + "main" : "./jquery.js", + "dependencies": { + } +} + |