Fixes the "No license field." error, see:
https://github.com/npm/npm/issues/4473#issuecomment-103453246
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"name": "umbraco",
|
||||
"homepage": "https://github.com/umbraco/umbraco-cms/",
|
||||
"version": "7.1.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:umbraco/umbraco-cms.git"
|
||||
@@ -10,12 +11,6 @@
|
||||
"bugs": {
|
||||
"url": "https://issues.umbraco.org"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/umbraco/Umbraco-CMS/blob/7.0.0/docs/License.txt"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 0.8.4"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user