Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter deHaan <peter@deseloper.com>2015-05-21 08:35:31 +0300
committerChris Rebert <code@rebertia.com>2015-05-21 09:57:10 +0300
commite93c6a2216c69daa574abc16e7c14767fce44ad6 (patch)
treeefd17fe3d65233ee27b451bb0298b9f32c65f7f2 /package.json
parentefe2023014ec90f35c0f722af6f3ec7a8eab720e (diff)
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
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8a3aa218bc..ddeb147659 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",