Skip to content

Commit 976970d

Browse files
committed
Specify what to include in the published package with files attribute
1 parent ca2bc74 commit 976970d

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.npmignore

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"url": "https://github.com/ryu1kn/multiline-string/issues"
2727
},
2828
"homepage": "https://github.com/ryu1kn/multiline-string#readme",
29+
"files": [
30+
"index.js"
31+
],
2932
"devDependencies": {
3033
"coveralls": "^3.0.11",
3134
"eslint": "^6.8.0",

0 commit comments

Comments
 (0)