Skip to content

Commit b470391

Browse files
authored
chore: use files field instead of .npmignore (#60)
1 parent 37b4a6a commit b470391

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.npmignore

-7
This file was deleted.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "Lower level utilities for compiling Vue single file components",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"lint": "prettier --write \"{lib,test}/**/*.ts\"",
912
"test": "prettier --list-different \"{lib,test}/**/*.ts\" && jest --coverage",

0 commit comments

Comments
 (0)