Use license object instead of licenses array
Showing
| ... | @@ -20,12 +20,10 @@ | ... | @@ -20,12 +20,10 @@ |
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/twbs/bootstrap/issues" | "url": "https://github.com/twbs/bootstrap/issues" | ||
| }, | }, | ||
| "licenses": [ | "license": { | ||
| { | |||
| "type": "MIT", | "type": "MIT", | ||
| "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" | "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" | ||
| } | }, | ||
| ], | |||
| "devDependencies": { | "devDependencies": { | ||
| "browserstack-runner": "~0.1.0", | "browserstack-runner": "~0.1.0", | ||
| "btoa": "~1.1.1", | "btoa": "~1.1.1", | ||
| ... | ... |
Please register or sign in to comment