update bootstrap to version 4.3.1

This commit is contained in:
Mario Vavti
2019-05-10 14:21:36 +02:00
parent 89a2c1a09c
commit 9866053f0c
448 changed files with 29631 additions and 25361 deletions

View File

@@ -1,11 +1,9 @@
// package metadata file for Meteor.js
/* eslint-env meteor */
Package.describe({
name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.',
version: '4.1.3',
version: '4.3.1',
git: 'https://github.com/twbs/bootstrap.git'
});