From 16010f8931335c66fe61b26d0519594a00b4fbb8 Mon Sep 17 00:00:00 2001 From: ptx2 Date: Mon, 3 Aug 2020 18:58:23 -0400 Subject: [PATCH] Include /lib in npm package. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index dabd085..72b2f82 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,13 @@ "gymnasticon": "./lib/app/cli.js" }, "scripts": { + "prepublishOnly": "npm run build", "build": "babel --delete-dir-on-start src -d lib", "test": "tape lib/test/**/*.js" }, + "files": [ + "/lib" + ], "author": "", "license": "MIT", "dependencies": {