Updated package.json to use new SPDX license exp.

According to the docs on npmjs.com and the warning output when running
`npm install`, the license element in `package.json` was invalid. NPM
has updated their requirements to use the new SPDX license expression
syntax version 2.0, and the license expression that was being used is
now deprecated. I updated the license field to use the new valid
expression. For more information, please see:
https://docs.npmjs.com/files/package.json#license
This commit is contained in:
Bennie Mosher 2015-12-21 10:54:08 -07:00
parent 720e87279c
commit a5e4e4066d
2 changed files with 3 additions and 6 deletions

1
LICENSE Normal file
View file

@ -0,0 +1 @@
SEE: http://rem.mit-license.org/

View file

@ -11,9 +11,5 @@
"test": "node test.js"
},
"bugs": { "url": "https://github.com/remy/mit-license/issues" },
"licenses": [
{ "type": "MIT",
"url": "http://rem.mit-license.org/"
}
]
}
"license" : "SEE LICENSE IN LICENSE"
}