Fixes the "No license field." error, see:

https://github.com/npm/npm/issues/4473#issuecomment-103453246
This commit is contained in:
Sebastiaan Janssen
2016-02-04 16:10:35 +01:00
parent 75fe61f134
commit 166429cf68

View File

@@ -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"
},