Skip to content

Commit

Permalink
refactor: reorder things
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 13, 2023
1 parent dbb53a3 commit 45c1187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@searchpunch/elastic-reindex-stream",
"version": "1.0.0",
"type": "module",
"repository": "https://github.com/Mati365/elasticsearch-reindex-stream",
"author": "Mateusz Baginski <[email protected]>",
"license": "MIT",
"main": "dist/cjs/index.js",
"typings": "dist/cjs/index.d.ts",
"exports": {
Expand All @@ -16,9 +19,6 @@
}
}
},
"repository": "https://github.com/Mati365/elasticsearch-reindex-stream",
"author": "Mateusz Baginski <[email protected]>",
"license": "MIT",
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"prettier --write --config ./prettier.config.mjs --ignore-unknown",
Expand Down

0 comments on commit 45c1187

Please sign in to comment.