From fae8c5d0dc1814ef01c607d3a6551eb286e62f0d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 28 Apr 2015 10:15:32 +0300 Subject: [PATCH] Add package.js in Grunt tasks. --- Gruntfile.js | 2 +- package.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ce218828e0..f6cae30e31 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -63,7 +63,7 @@ module.exports = function (grunt) { options: { jshintrc: 'grunt/.jshintrc' }, - src: ['Gruntfile.js', 'grunt/*.js'] + src: ['Gruntfile.js', 'package.js', 'grunt/*.js'] }, core: { src: 'js/*.js' diff --git a/package.js b/package.js index 2ec041b3a0..48de34127a 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.',