diff options
| author | XhmikosR <[email protected]> | 2019-02-19 16:19:02 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 7f7f858cb907da0c67b00cf6fc80f5dc1108cba0 (patch) | |
| tree | 8e723664a10dc165f47c15653fe754f5f1e96a57 /package.js | |
| parent | 1da5b9f76a05feae2663316247937aabda91d487 (diff) | |
| download | bootstrap-7f7f858cb907da0c67b00cf6fc80f5dc1108cba0.tar.xz bootstrap-7f7f858cb907da0c67b00cf6fc80f5dc1108cba0.zip | |
Remove jQuery from docs/repo.
Some of the snippets need to be updated later.
Diffstat (limited to 'package.js')
| -rw-r--r-- | package.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.js b/package.js index 2be758472..6028d7ccd 100644 --- a/package.js +++ b/package.js @@ -9,7 +9,6 @@ Package.describe({ Package.onUse(function (api) { api.versionsFrom('[email protected]'); - api.use('jquery', 'client'); api.addFiles([ 'dist/css/bootstrap.css', 'dist/js/bootstrap.js' |
