diff options
author | Rob Loach <robloach@gmail.com> | 2015-06-05 08:58:06 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2015-06-05 08:58:06 -0400 |
commit | 683fc0a820b0cbf83dda722f62ccec503440c569 (patch) | |
tree | 60dc08266635c722e8399197b6245c3e82a24b75 | |
parent | 508b9443f2147ac1f0f46cae7142314223aaebae (diff) | |
download | jquery-once-683fc0a820b0cbf83dda722f62ccec503440c569.zip jquery-once-683fc0a820b0cbf83dda722f62ccec503440c569.tar.gz jquery-once-683fc0a820b0cbf83dda722f62ccec503440c569.tar.bz2 |
Add license note in package.json
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 8cac768..c1d88dc 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "bugs": { "url": "https://github.com/RobLoach/jquery-once/issues" }, + "license": "(GPL-2.0 OR MIT)", "licenses": [ { "type": "GPL-2.0", |