Skip to content

Commit

Permalink
ignore unneccessary file in npm package
Browse files Browse the repository at this point in the history
:q


:q

:q

j�ý`:q
  • Loading branch information
Blankll committed Jul 11, 2023
1 parent 3bfa5cd commit 53e5295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.eslintrc.js
.prettierrc
jest.config.js
tsconfig.json

.idea/
.github/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install --save-dev @geek-fun/jest-search
```javascript
module.exports = () => {
return {
engine: 'elasticearch', // or 'opensearch' or 'zincsearch'
engine: 'elasticsearch', // or 'opensearch' or 'zincsearch'
version: '8.8.2',
port: 9200,
binaryLocation: '', // optional
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@geek-fun/jest-search",
"version": "0.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"version": "0.0.4",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"description": "Jest preset for running tests with local search platform",
"homepage": "https://github.com/geek-fun/jest-search#readme",
"author": "geekfun <[email protected]>",
Expand Down

0 comments on commit 53e5295

Please sign in to comment.