Format the license in package.json to match the SPDX standard
As documented on the NPM documentation (https://docs.npmjs.com/files/package.json#license). The license field has to comply with the SPDX specification for communicating the licenses and copyrights associated with a software package. This commit changes the license to a valid SPDX value (MIT)
This commit is contained in:
parent
adc3936f93
commit
77ef55ef38
@ -4,7 +4,7 @@
|
||||
"description": "A simple Backbone undo-manager for simple apps",
|
||||
"homepage": "http://backbone.undojs.com",
|
||||
"keywords": "backbone, undo",
|
||||
"license": "MIT license",
|
||||
"license": "MIT",
|
||||
"main": "Backbone.Undo.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user