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 4308671 commit 7191ee4
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 @@ -25,7 +25,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 7191ee4

Please sign in to comment.