aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter deHaan <[email protected]>2015-05-20 22:35:31 -0700
committerChris Rebert <[email protected]>2015-05-20 23:57:10 -0700
commite93c6a2216c69daa574abc16e7c14767fce44ad6 (patch)
treeefd17fe3d65233ee27b451bb0298b9f32c65f7f2
parentefe2023014ec90f35c0f722af6f3ec7a8eab720e (diff)
downloadbootstrap-e93c6a2216c69daa574abc16e7c14767fce44ad6.tar.xz
bootstrap-e93c6a2216c69daa574abc16e7c14767fce44ad6.zip
package.json: Update format of `license` attribute
Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8a3aa218b..ddeb14765 100644
--- a/package.json
+++ b/package.json
@@ -26,10 +26,7 @@
"bugs": {
"url": "https://github.com/twbs/bootstrap/issues"
},
- "license": {
- "type": "MIT",
- "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE"
- },
+ "license": "MIT",
"devDependencies": {
"btoa": "~1.1.2",
"glob": "~5.0.5",