Skip to content

Commit b674455

Browse files
committed
chore: use explicit list of files to include over npmignore
1 parent 465f6fc commit b674455

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: .npmignore

-8
This file was deleted.

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"pretest": "npm run lint && npm run build",
1515
"prepublishOnly": "npm run build"
1616
},
17+
"files": [
18+
"index.js",
19+
"index.cjs.js"
20+
],
1721
"repository": {
1822
"type": "git",
1923
"url": "git+ssh://[email protected]/rexxars/hyphenate-style-name.git"

0 commit comments

Comments
 (0)