diff options
| author | XhmikosR <[email protected]> | 2019-01-06 10:58:43 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-07 19:15:06 +0200 |
| commit | 1213d06b2f185feafaca00706e9d64bf01a206a6 (patch) | |
| tree | b879dc6035b47582407e9be6023327883aa1646c /package.js | |
| parent | cdece35bdeb078f2d8e756de12eb1e3ea257561f (diff) | |
| download | bootstrap-1213d06b2f185feafaca00706e9d64bf01a206a6.tar.xz bootstrap-1213d06b2f185feafaca00706e9d64bf01a206a6.zip | |
Enable cache for ESLint.
Diffstat (limited to 'package.js')
| -rw-r--r-- | package.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.js b/package.js index 1c5be560e..1ac959533 100644 --- a/package.js +++ b/package.js @@ -1,9 +1,7 @@ // package metadata file for Meteor.js -/* eslint-env meteor */ - Package.describe({ - name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap + name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', version: '4.2.1', git: 'https://github.com/twbs/bootstrap.git' |
