diff options
-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" |