Skip to content

Commit 9d5ed0d

Browse files
committed
add package files array
1 parent bd98976 commit 9d5ed0d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@
3434
"test",
3535
"example"
3636
]
37-
}
37+
},
38+
"files": [
39+
"index.js",
40+
"lib/**/*.js"
41+
]
3842
}

0 commit comments

Comments
 (0)