From 17dac234d02a5cba8565d5c0777ef2cb4fc834f3 Mon Sep 17 00:00:00 2001 From: mattcodez Date: Thu, 3 Sep 2015 09:37:59 -0400 Subject: [PATCH] Typescript was missing from template copy --- lib/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 0bb7cca..f3ddbb3 100644 --- a/lib/index.js +++ b/lib/index.js @@ -137,6 +137,9 @@ module.exports = { './tasks/config/sync.js': { template: 'tasks/config/sync.js' }, + './tasks/config/typescript.js': { + template: 'tasks/config/typescript.js' + }, './tasks/config/mochaTest.js': { template: 'tasks/config/mochaTest.js' }, @@ -182,4 +185,4 @@ module.exports = { template: 'tasks/register/syncAssets.js' } } -}; \ No newline at end of file +};