Skip to content

Commit

Permalink
Fix built sources paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Jun 26, 2022
1 parent 8e7745b commit c93f7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
"./package.json": "./package.json"
},
"files": [
"dist"
"dist",
"src"
],
"engines": {
"node": ">=6.0.0"
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Expand Up @@ -10,7 +10,6 @@
"declaration": true,
"allowSyntheticDefaultImports": true,
"declarationDir": "dist/types",
"outDir": "dist/lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
"checkJs": true,
Expand Down

0 comments on commit c93f7a6

Please sign in to comment.