Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit d5616b3

Browse files
committed
Limit package files.
1 parent b7cd63a commit d5616b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"tag input"
99
],
1010
"main": "index.js",
11+
"files": [
12+
"Tags/*.js"
13+
],
1114
"scripts": {
1215
"test": "jest",
1316
"test:watch": "jest --watch"

0 commit comments

Comments
 (0)