Skip to content

Commit df86471

Browse files
committed
fix: Point package.json to the correct script + types
1 parent 1932fb0 commit df86471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "libsearch",
33
"version": "1.0.0",
44
"description": "Small, fast full-text search",
5-
"main": "dist/index.js",
6-
"types": "dist/lib/search.d.ts",
5+
"main": "dist/search.js",
6+
"types": "dist/search.d.ts",
77
"repository": "git@github.com:thesephist/libsearch.git",
88
"author": "Linus Lee <linus@thesephist.com>",
99
"license": "MIT",

0 commit comments

Comments
 (0)