Skip to content

Commit

Permalink
fix(package.json): add dist folder to files field
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisVorop committed Dec 25, 2023
1 parent 22898a0 commit 546d25d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"files": [
"dist"
],
"keywords": [],
"devDependencies": {
"@commitlint/cli": "^18.4.3",
Expand All @@ -24,4 +27,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 546d25d

Please sign in to comment.