Skip to content

Commit

Permalink
fix: only include necessary files in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng authored Jun 28, 2024
1 parent cf4c37f commit 53198a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"name": "kebab-case",
"version": "2.0.0",
"version": "2.0.1",
"description": "Convert a string to kebab-case, i.e. its dash separated form",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "eslint *.js",
"pretest": "npm run lint -s",
Expand Down

0 comments on commit 53198a4

Please sign in to comment.