Skip to content

Commit e12968b

Browse files
committed
chore: use files field instead of .npmignore
1 parent c6f8779 commit e12968b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

-2
This file was deleted.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "4.0.0",
44
"description": "eslint-config-typescript for vue-cli",
55
"main": "index.js",
6+
"files": [
7+
"index.js",
8+
"recommended.js"
9+
],
610
"publishConfig": {
711
"access": "public"
812
},

0 commit comments

Comments
 (0)