From 3e7ca3bbc8eaa60013d4ab9f2edd42f6dcd8dd4b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 26 Apr 2015 13:53:45 +0300 Subject: Minor lint tweaks. --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.js') diff --git a/package.js b/package.js index e42eb9832..2ec041b3a 100644 --- a/package.js +++ b/package.js @@ -17,6 +17,6 @@ Package.onUse(function (api) { 'dist/fonts/glyphicons-halflings-regular.woff', 'dist/fonts/glyphicons-halflings-regular.woff2', 'dist/css/bootstrap.css', - 'dist/js/bootstrap.js', + 'dist/js/bootstrap.js' ], 'client'); }); -- cgit v1.2.3 From fae8c5d0dc1814ef01c607d3a6551eb286e62f0d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Apr 2015 10:15:32 +0300 Subject: Add package.js in Grunt tasks. --- package.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.js') diff --git a/package.js b/package.js index 2ec041b3a..48de34127 100644 --- a/package.js +++ b/package.js @@ -1,5 +1,8 @@ // 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.', -- cgit v1.2.3 From 83bfff7f0765503b990b96c303eef67009e48d77 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 16 Jun 2015 09:10:22 -0700 Subject: bump version --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.js') diff --git a/package.js b/package.js index 48de34127..81d42a68f 100644 --- a/package.js +++ b/package.js @@ -6,7 +6,7 @@ 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.4', + version: '3.3.5', git: 'https://github.com/twbs/bootstrap.git' }); -- cgit v1.2.3