diff options
| author | XhmikosR <[email protected]> | 2014-02-06 21:04:36 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-06 21:04:36 +0200 |
| commit | 119ed54bd112b369f260f96349fd1893711fea41 (patch) | |
| tree | 9ceb26cd9a2bd134ec6334f363e68514e9d5ec70 /package.json | |
| parent | 87219cfeca18562c0b5b4f204396501f439be794 (diff) | |
| parent | 96fd2dca020d6c43c5797cc29caec7bedb917d79 (diff) | |
| download | bootstrap-119ed54bd112b369f260f96349fd1893711fea41.tar.xz bootstrap-119ed54bd112b369f260f96349fd1893711fea41.zip | |
Merge pull request #12605 from ZDroid/license-object
Use license object instead of licenses array
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package.json b/package.json index b93ae15ba..8e6c43494 100644 --- a/package.json +++ b/package.json @@ -20,12 +20,10 @@ "bugs": { "url": "https://github.com/twbs/bootstrap/issues" }, - "licenses": [ - { - "type": "MIT", - "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" - } - ], + "license": { + "type": "MIT", + "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" + }, "devDependencies": { "browserstack-runner": "~0.1.0", "btoa": "~1.1.1", |
