Skip to content

Commit

Permalink
fix: Add types reference in package.json (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Nov 26, 2020
1 parent ef8a106 commit a0c999d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Simple, expected, and deterministic best-match sorting of an array in JavaScript",
"main": "dist/match-sorter.cjs.js",
"module": "dist/match-sorter.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "kcd-scripts build --bundle --environment BUILD_NAME:matchSorter",
"lint": "kcd-scripts lint",
Expand Down

0 comments on commit a0c999d

Please sign in to comment.