Skip to content

Commit 0ff2fad

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent cf21a19 commit 0ff2fad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@
7878
"test": "ava",
7979
"esdoc": "esdoc",
8080
"prepare": "npm run build"
81-
}
81+
},
82+
"files": [
83+
"lib"
84+
]
8285
}

0 commit comments

Comments
 (0)