From 0fca0e0d1fdc29f8913b6ae1bc98cc84373eb4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 1 May 2017 21:33:50 +0200 Subject: [PATCH] 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. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 71d003f..5278b9a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "main": "lib/index.js", "files": [ "bin", - "lib" + "lib", + "docs" ], "engines": { "node": ">= 4"