Skip to content

Commit

Permalink
chore: point to types in dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
ngryman committed Oct 12, 2021
1 parent a14a217 commit 5d35f31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.*
src/
test/
tsconfig.json
tsconfig-build.json
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"description": "Medium's like reading time estimation.",
"main": "dist/index.js",
"types": "src/types.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint --cache \"**/*.{js,ts}\"",
"spec": "ts-mocha test/*.ts",
Expand All @@ -21,7 +21,9 @@
"words per minute"
],
"author": "Nicolas Gryman <[email protected]> (http://ngryman.sh)",
"contributors": ["Joshua Chen <[email protected]> (https://joshcena.com)"],
"contributors": [
"Joshua Chen <[email protected]> (https://joshcena.com)"
],
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.21",
Expand Down

0 comments on commit 5d35f31

Please sign in to comment.