[](https://www.npmjs.com/package/bootstrap)
[](https://travis-ci.org/twbs/bootstrap)
[](https://david-dm.org/twbs/bootstrap#info=devDependencies)
-[](https://www.nuget.org/packages/bootstrap/4.0.0-alpha)
+[](https://www.nuget.org/packages/bootstrap/4.0.0-alpha.2)
[](https://saucelabs.com/u/bootstrap)
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thornton](https://twitter.com/fat), and maintained by the [core team](https://github.com/orgs/twbs/people) with the massive support and involvement of the community.
*/
const NAME = 'alert'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.alert'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'button'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.button'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'carousel'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.carousel'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'collapse'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.collapse'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'dropdown'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.dropdown'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'modal'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.modal'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'popover'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.popover'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
*/
const NAME = 'scrollspy'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.scrollspy'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'tab'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.tab'
const EVENT_KEY = `.${DATA_KEY}`
const DATA_API_KEY = '.data-api'
*/
const NAME = 'tooltip'
- const VERSION = '4.0.0-alpha'
+ const VERSION = '4.0.0-alpha.2'
const DATA_KEY = 'bs.tooltip'
const EVENT_KEY = `.${DATA_KEY}`
const JQUERY_NO_CONFLICT = $.fn[NAME]
Package.describe({
name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
- version: '4.0.0-alpha',
+ version: '4.0.0-alpha.2',
git: 'https://github.com/twbs/bootstrap.git'
});