mirror of https://github.com/twbs/bootstrap.git
Update authors and copyright to match npm, add repository reference
This commit is contained in:
parent
2732f686b9
commit
b3f1f5a438
|
@ -5,16 +5,17 @@
|
||||||
<!-- pulled from package.json -->
|
<!-- pulled from package.json -->
|
||||||
<version>5</version>
|
<version>5</version>
|
||||||
<title>Bootstrap CSS</title>
|
<title>Bootstrap CSS</title>
|
||||||
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
<authors>The Bootstrap Authors</authors>
|
||||||
<owners>bootstrap</owners>
|
<owners>bootstrap</owners>
|
||||||
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
||||||
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
||||||
<summary>Bootstrap framework in CSS. Includes JavaScript.</summary>
|
<summary>Bootstrap framework in CSS. Includes JavaScript.</summary>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<projectUrl>https://getbootstrap.com/</projectUrl>
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
||||||
|
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
|
||||||
<icon>bootstrap.png</icon>
|
<icon>bootstrap.png</icon>
|
||||||
<license type="expression">MIT</license>
|
<license type="expression">MIT</license>
|
||||||
<copyright>Copyright 2017-2022</copyright>
|
<copyright>Copyright 2011-2022</copyright>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<tags>css mobile-first responsive front-end framework web</tags>
|
<tags>css mobile-first responsive front-end framework web</tags>
|
||||||
<contentFiles>
|
<contentFiles>
|
||||||
|
|
|
@ -5,16 +5,17 @@
|
||||||
<!-- pulled from package.json -->
|
<!-- pulled from package.json -->
|
||||||
<version>5</version>
|
<version>5</version>
|
||||||
<title>Bootstrap Sass</title>
|
<title>Bootstrap Sass</title>
|
||||||
<authors>The Bootstrap Authors, Twitter Inc.</authors>
|
<authors>The Bootstrap Authors</authors>
|
||||||
<owners>bootstrap</owners>
|
<owners>bootstrap</owners>
|
||||||
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
|
||||||
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
<releaseNotes>https://blog.getbootstrap.com/</releaseNotes>
|
||||||
<summary>Bootstrap framework in Sass. Includes JavaScript</summary>
|
<summary>Bootstrap framework in Sass. Includes JavaScript</summary>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<projectUrl>https://getbootstrap.com/</projectUrl>
|
<projectUrl>https://getbootstrap.com/</projectUrl>
|
||||||
|
<repository type="git" url="https://github.com/twbs/bootstrap.git" branch="main" />
|
||||||
<icon>bootstrap.png</icon>
|
<icon>bootstrap.png</icon>
|
||||||
<license type="expression">MIT</license>
|
<license type="expression">MIT</license>
|
||||||
<copyright>Copyright 2017-2022</copyright>
|
<copyright>Copyright 2011-2022</copyright>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<tags>css sass mobile-first responsive front-end framework web</tags>
|
<tags>css sass mobile-first responsive front-end framework web</tags>
|
||||||
<contentFiles>
|
<contentFiles>
|
||||||
|
|
Loading…
Reference in New Issue