Skip to content

Commit

Permalink
Add missing metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Dec 31, 2020
1 parent 54c77ff commit 4d95ab1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npm install --save solr-client
## Documentation

Node.js version 6+ is supported.
Solr versions 4-8 are supported.
Solr versions 3-8 are supported.

* See the [official documentation](http://lbdremy.github.com/solr-node-client/) for more details.
* If you are upgrading from an earlier version, please see the [migration guide](https://github.com/lbdremy/solr-node-client/blob/master/UPGRADING.md).
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,20 @@
"solr:legacy:logs": "docker logs solr-node-client_solr5_1",
"test:legacy": "mocha -R spec test/*-test.js --client.port=8984 && mocha -R spec test/*-test.js --client.port=8984"
},
"files": [
"lib/*",
"CHANGELOG.md",
"CONTRIBUTIONS.md",
"LICENSE",
"main.js",
"README.md",
"UPGRADING.md"
],
"keywords": [
"solr",
"client",
"query",
"sdk"
],
"license": "MIT"
}

0 comments on commit 4d95ab1

Please sign in to comment.