aboutsummaryrefslogtreecommitdiff
path: root/package.js
diff options
context:
space:
mode:
authorAlexandr Kondrashov <[email protected]>2015-09-11 16:43:00 +0300
committerAlexandr Kondrashov <[email protected]>2015-09-11 16:43:00 +0300
commitc9725926b2f30bed4e37f57c20ef8ffeb2fd233b (patch)
tree2964ad7556549dd3e0712bdfdbc5fc4ae7a9b45f /package.js
parent353e0a49a97c24d89f6cdb95014419d4137dee6e (diff)
parentb811f8cf9628dbcbfe994f71588c5a0c921a092d (diff)
downloadbootstrap-c9725926b2f30bed4e37f57c20ef8ffeb2fd233b.tar.xz
bootstrap-c9725926b2f30bed4e37f57c20ef8ffeb2fd233b.zip
Merge remote-tracking branch 'twbs/v4-dev' into patch-1
Conflicts: scss/_custom-forms.scss scss/_variables.scss
Diffstat (limited to 'package.js')
-rw-r--r--package.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/package.js b/package.js
index 9b98df951..a1a9df1e9 100644
--- a/package.js
+++ b/package.js
@@ -1,12 +1,11 @@
// package metadata file for Meteor.js
-/* jshint strict:false */
/* global Package:true */
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: '3.3.5',
+ version: '4.0.0-alpha',
git: 'https://github.com/twbs/bootstrap.git'
});
@@ -14,13 +13,6 @@ Package.onUse(function (api) {
api.versionsFrom('[email protected]');
api.use('jquery', 'client');
api.addFiles([
- 'dist/fonts/glyphicons-halflings-regular.eot',
- 'dist/fonts/glyphicons-halflings-regular.svg',
- 'dist/fonts/glyphicons-halflings-regular.ttf',
- 'dist/fonts/glyphicons-halflings-regular.woff',
- 'dist/fonts/glyphicons-halflings-regular.woff2'
- ], 'client', { isAsset: true });
- api.addFiles([
'dist/css/bootstrap.css',
'dist/js/bootstrap.js'
], 'client');