Skip to content

Commit

Permalink
fix the package organisation
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Jul 16, 2024
1 parent 335c684 commit 55fe0cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tsconfig.json
.eslintrc.json
.circleci/
.github/
.nvmrc
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@nexucis/fuzzy",
"version": "0.5.0",
"version": "0.5.1",
"description": "small, standalone fuzzy search / fuzzy filter. browser or node",
"module": "dist/index.js",
"main": "dist/cjs/index.js",
"types": "dist/index.d.ts",
"module": "index.js",
"main": "cjs/index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"build:cjs": "tsc --project ./tsconfig.cjs.json",
Expand Down

0 comments on commit 55fe0cd

Please sign in to comment.