1
0
Fork 0

package.json license field update

This uses the newer style.  Note that the license syntax does not support a
very important part of the license---"or later"; this is actually GPLv3+.
master
Mike Gerwitz 2015-12-24 00:08:19 -05:00
parent 2f3639f776
commit 9a19ff0218
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 6 deletions

View File

@ -13,12 +13,7 @@
"dependencies": {}, "dependencies": {},
"devDependencies": {}, "devDependencies": {},
"licenses": [ "license": "GPL-3.0",
{
"type": "GPLv3+",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"scripts": { "scripts": {
"test": "make test" "test": "make test"