Skip to content

Commit

Permalink
explicitly declare output files
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp committed Apr 19, 2023
1 parent 5aec225 commit f1e8143
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"test:coverage": "npm run test -- --coverage"
},
"main": "./dist/index.js",
"files": [
"/dist",
"!/dist/**/__tests__/*"
],
"sideEffects": false,
"repository": {
"type": "git",
Expand All @@ -36,6 +40,7 @@
"@babel/preset-typescript": "7.21.4",
"@babel/register": "7.21.0",
"@philihp/eslint-config": "6.0.2",
"@philihp/prettier-config": "^1.0.0",
"@tsconfig/node16": "1.0.3",
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "5.58.0",
Expand All @@ -51,11 +56,7 @@
"eslint --fix"
]
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
},
"prettier": "@philihp/prettier-config",
"jest": {
"modulePathIgnorePatterns": [
"dist/"
Expand Down

0 comments on commit f1e8143

Please sign in to comment.