Skip to content

Commit 6a17bf7

Browse files
authored
Update types ref. Remove source from files directory (#582)
1 parent 3087457 commit 6a17bf7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
"npmPkgJsonLint": "dist/cli.js"
2424
},
2525
"files": [
26-
"src",
2726
"CONTRIBUTING.md",
28-
"index.d.ts"
27+
"dist"
2928
],
3029
"main": "dist/api.js",
31-
"types": "index.d.ts",
30+
"types": "dist/src/api.d.ts",
3231
"scripts": {
3332
"build": "npm run esbuild && npm run tsc",
3433
"esbuild": "node esbuild.config.js",

0 commit comments

Comments
 (0)