diff options
author | Rob Loach <robloach@gmail.com> | 2013-03-22 18:47:05 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2013-03-22 18:47:21 -0400 |
commit | a2409b8789fcb5832d99a54d7c11c81ca9a29d1b (patch) | |
tree | c9ac050ccf34a3cbd6a9b2badfc73e6022b585ad | |
parent | d15ff0f14990740cfcc1b845ebca160d75710d10 (diff) | |
download | jquery-once-a2409b8789fcb5832d99a54d7c11c81ca9a29d1b.zip jquery-once-a2409b8789fcb5832d99a54d7c11c81ca9a29d1b.tar.gz jquery-once-a2409b8789fcb5832d99a54d7c11c81ca9a29d1b.tar.bz2 |
Update license details
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | component.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -RequireJS is released under two licenses: GPL-2.0, and MIT. You may pick the +jQuery Once is released under two licenses: GPL-2.0, and MIT. You may pick the license that best suits your development needs. The text of both licenses are provided below. diff --git a/component.json b/component.json index b0165a5..1a9f644 100644 --- a/component.json +++ b/component.json @@ -6,7 +6,7 @@ "jquery" ], "dependencies": { - "component/jquery": "*" + "jquery": "~1.8.0" }, "scripts": [ "jquery.once.js" |