Skip to content

Commit d9a61b2

Browse files
😒 chore(package.json): Set .files = ["lib"].
1 parent 7498e89 commit d9a61b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@
7676
"test": "ava",
7777
"esdoc": "esdoc",
7878
"prepare": "npm run build"
79-
}
79+
},
80+
"files": [
81+
"lib"
82+
]
8083
}

0 commit comments

Comments
 (0)