Skip to content

Commit e2f25c3

Browse files
committed
Change module type
1 parent 7c470ed commit e2f25c3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -667,14 +667,8 @@ When you just want to run coverage:
667667
ES_VERSION=6.7.2 npm run coverage
668668
```
669669

670-
## Born out of need
671-
672-
feathers-elasticsearch was born out of need. When I was building [Hacker Search](https://hacker-search.net) (a real time search engine for Hacker News), I chose Elasticsearch for the database and Feathers for the application framework. All well and good, the only snag was a missing adapter, which would marry the two together. I decided to take a detour from the main project and create the missing piece. Three weeks had passed and the result was... another project (typical, isn't it). Everything went to plan however, and Hacker Search has been happily using feathers-elasticsearch since its first release.
673-
674-
If you want to see the adapter in action, jump on Hacker Search and watch the queries sent from the client. Feel free to play around with the API.
675-
676670
## License
677671

678-
Copyright (c) 2018
672+
Copyright (c) 2025
679673

680674
Licensed under the [MIT license](LICENSE).

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"homepage": "https://github.com/feathersjs-ecosystem/feathers-elasticsearch",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
8+
"type": "module",
89
"keywords": [
910
"feathers",
1011
"feathers-plugin"

0 commit comments

Comments
 (0)