Skip to content

Commit 6d5b280

Browse files
committed
[meta] remove files field
1 parent 17920d9 commit 6d5b280

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
"url": "https://github.com/crypto-browserify/browserify-sign/issues"
77
},
88
"license": "ISC",
9-
"files": [
10-
"browser",
11-
"index.js",
12-
"algos.js"
13-
],
149
"main": "index.js",
1510
"repository": {
1611
"type": "git",
@@ -65,7 +60,9 @@
6560
},
6661
"publishConfig": {
6762
"ignore": [
68-
".github/workflows"
63+
".github/workflows",
64+
".eslintrc",
65+
"test"
6966
]
7067
}
7168
}

0 commit comments

Comments
 (0)