From d20867eca6503452be795f10b2fb6eb7e713dc25 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Tue, 21 Feb 2017 11:52:16 -0800 Subject: [PATCH] Fix npmignore. Fixes #40 --- .npmignore | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/.npmignore b/.npmignore index 652be7b..35335a8 100644 --- a/.npmignore +++ b/.npmignore @@ -1,11 +1,12 @@ -./.vscode -./node_modules -./out -./spec -./test -./typings -./bower.json -./gulpfile.js -./Reflect.ts -./spec.html -./tsconfig.json \ No newline at end of file +.vscode +node_modules +out +spec +temp +test +typings +bower.json +gulpfile.js +Reflect.ts +spec.html +tsconfig.json \ No newline at end of file