From d2a2ce146c07478f4065f38f68490aab7400bc7b Mon Sep 17 00:00:00 2001 From: Jan Klaas Kollhof Date: Fri, 14 Sep 2018 15:32:48 +1000 Subject: [PATCH] build(build): add missing package.json to build/pkg --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2106b1f..1b0a467 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "clean": "rimraf ./build", "build": "run build:*", "build:babel": "babel src --out-dir build/pkg --ignore '**/*.test.js'", - "build:files": "cp ./README.md ./LICENSE build/pkg/", + "build:files": "cp package.json ./README.md ./LICENSE build/pkg/", "test": "run lint jest", "lint": "run lint:*", "lint:js": "eslint --report-unused-disable-directives --ignore-path .gitignore .",