From 77fa723ec154af5430a16aa3b255d80768bafe80 Mon Sep 17 00:00:00 2001 From: dhruvdutt Date: Sun, 26 Aug 2018 00:57:09 +0530 Subject: [PATCH] fix(generate-plugin): include example template in npm package ISSUES CLOSED: #572 --- packages/generate-plugin/.npmignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/generate-plugin/.npmignore b/packages/generate-plugin/.npmignore index afbdc6e4b29..3ee16532e63 100644 --- a/packages/generate-plugin/.npmignore +++ b/packages/generate-plugin/.npmignore @@ -1,5 +1,4 @@ -examples -test +test/fixtures types templates/test *.ts