From df620a66701899c2ad1870d71b20d235614cdfa6 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Sat, 6 May 2017 11:09:35 +0200 Subject: [PATCH] Include src as a part of npm package It would be nice to consume sources as it is to bundle it with not amd loader, e.g. it is hard to consume generated amd modules with webpack. --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 9edeecf4..c315bcb6 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,5 @@ /.vscode/ /out/ -/src/ /test/ /gulpfile.js /tsconfig.json