diff options
| author | XhmikosR <[email protected]> | 2018-04-09 12:08:46 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-09 22:44:22 +0300 |
| commit | 875ed0b975a587fffcc1b0c632e1cc8f612ebc5a (patch) | |
| tree | 15f77e5f0a34771973fe04e080d7403de05cd696 /package.js | |
| parent | 8f7bd419935adfcd53c471a0202083464800619e (diff) | |
| download | bootstrap-875ed0b975a587fffcc1b0c632e1cc8f612ebc5a.tar.xz bootstrap-875ed0b975a587fffcc1b0c632e1cc8f612ebc5a.zip | |
Clean up globals.
Also, add a missing license header in build/workbox.js.
Diffstat (limited to 'package.js')
| -rw-r--r-- | package.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.js b/package.js index 05449cf92..556ad2d78 100644 --- a/package.js +++ b/package.js @@ -1,6 +1,6 @@ // package metadata file for Meteor.js -/* global Package:true */ +/* eslint-env meteor */ Package.describe({ name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap |
