Skip to content

Commit 1a742fa

Browse files
committed
Remove bower and related tooling
1 parent fd73e03 commit 1a742fa

File tree

6 files changed

+93
-2960
lines changed

6 files changed

+93
-2960
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ The usage section shows how you can leverage this lib for your purposes.
1313
## Setup
1414

1515
```bash
16-
bower install lucene-query-string-builder --save
17-
18-
# or
19-
2016
npm install lucene-query-string-builder --save
2117
```
2218

bower.json

-28
This file was deleted.

dist/lucene.min.js

-1
This file was deleted.

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ lucene.boost = boost
253253

254254
lucene.builder = builder
255255

256-
if (typeof module.exports === 'undefined') { window.lucene = lucene } else { module.exports = lucene }
256+
module.exports = lucene

0 commit comments

Comments
 (0)