Skip to content

Commit 0fca0e0

Browse files
committed
Include docs in published npm package.
Hi! Thanks for creating npm-run-all :D This tiny patch adds the docs to the published npm package, so they can be read offline.
1 parent 46cfd57 commit 0fca0e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"main": "lib/index.js",
1111
"files": [
1212
"bin",
13-
"lib"
13+
"lib",
14+
"docs"
1415
],
1516
"engines": {
1617
"node": ">= 4"

0 commit comments

Comments
 (0)