From 69c80d3affdd0e369074b4b05a30f784a33127a3 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Fri, 6 Jan 2017 16:29:48 -0800 Subject: [PATCH] Add css and default icon to NPM package for Electron app (#332) --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3747414c..11123494 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,12 @@ "built/*.json", "built/*.d.ts", "built/hexcache", + "built/web", "sim/public", "docs/*.md", "docs/*/*.md", - "docs/*/*/*.md" + "docs/*/*/*.md", + "docs/static/icons/favicon.ico" ], "main": "built/pxtrequire.js", "typings": "built/pxtrequire.d.ts",