The Wayback Machine - https://web.archive.org/web/20201215175729/https://github.com/twbs/bootstrap/blob/main/package.js
Skip to content
Permalink
main
Go to file
@XhmikosR
Latest commit 8dc85c6 Nov 24, 2020 History
6 contributors

Users who have contributed to this file

@mdo @XhmikosR @splendido @cvrebert @rclai @bardiharborow
18 lines (15 sloc) 490 Bytes
// package metadata file for Meteor.js
/* eslint-env meteor */
Package.describe({
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: '5.0.0-beta1',
git: 'https://github.com/twbs/bootstrap.git'
})
Package.onUse(api => {
api.versionsFrom('METEOR@1.0')
api.addFiles([
'dist/css/bootstrap.css',
'dist/js/bootstrap.js'
], 'client')
})
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.