aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-07-25 11:28:00 -0700
committerThomas McDonald <[email protected]>2015-07-25 11:28:00 -0700
commit2f56b52542c7a24009c912850032ad35fdfecc05 (patch)
tree9be82de126c1b0a818dc1451109259b75f7e1b6e
parentb451104bcd5a62170f5afc7a3c580d355e8ff333 (diff)
downloadbootstrap-2f56b52542c7a24009c912850032ad35fdfecc05.tar.xz
bootstrap-2f56b52542c7a24009c912850032ad35fdfecc05.zip
correct package.json license field
"[email protected] license should be a valid SPDX license expression"
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index c19bd8d89..c7444ac2a 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.3",