From cce05f20dc2dc1a7f2a9d4f9e719a9c672a56135 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Wed, 9 Dec 2015 10:54:47 -0600 Subject: [PATCH] jshint fix for meteor package --- package.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.js b/package.js index 620fd780..242a03cd 100644 --- a/package.js +++ b/package.js @@ -1,4 +1,8 @@ // package metadata file for Meteor.js + +/* jshint strict:false */ +/* global Package:true */ +/* global Npm:true */ 'use strict'; var packageName = 'fezvrasta:bootstrap-material-design'; // https://atmospherejs.com/fezvrasta/bootstrap-material-design