feat(normalize-packages): add license to all packages
This commit is contained in:
@@ -35,5 +35,6 @@
|
||||
"lodash": "^4.17.15",
|
||||
"object-hash": "^2.0.1"
|
||||
},
|
||||
"private": false
|
||||
"private": false,
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -31,5 +31,6 @@
|
||||
"scripts": {
|
||||
"postversion": "npm publish --access public"
|
||||
},
|
||||
"version": "0.0.0"
|
||||
"version": "0.0.0",
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -18,5 +18,6 @@
|
||||
"dependencies": {
|
||||
"d3-time-format": "^2.2.3",
|
||||
"fs-extra": "^8.1.0"
|
||||
}
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -21,5 +21,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "npm publish"
|
||||
}
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
},
|
||||
"scripts": {
|
||||
"postversion": "npm publish --access public"
|
||||
}
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
||||
|
||||
@@ -35,5 +35,6 @@
|
||||
"promise-toolbox": "^0.15.0",
|
||||
"uuid": "^3.3.2"
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -29,5 +29,6 @@
|
||||
"dependencies": {
|
||||
"@xen-orchestra/log": "^0.2.0"
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
|
||||
@@ -38,6 +38,9 @@ require('exec-promise')(() =>
|
||||
url: 'https://github.com/vatesfr/xen-orchestra.git',
|
||||
}
|
||||
|
||||
if (!('license' in pkg)) {
|
||||
pkg.license = 'AGPL-3.0'
|
||||
}
|
||||
if (!('version' in pkg)) {
|
||||
pkg.version = '0.0.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user