diff --git a/package.json b/package.json index e278f80..7d12387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-md-datatable", - "version": "1.0.10", + "version": "1.0.11", "description": "Angular 2 DataTable component for using with Material 2", "main": "dist/index.js", "scripts": { diff --git a/tools/gulp/tasks/components.ts b/tools/gulp/tasks/components.ts index 252d404..2b319df 100644 --- a/tools/gulp/tasks/components.ts +++ b/tools/gulp/tasks/components.ts @@ -44,7 +44,7 @@ task(':build:components:spec', tsBuildTask(componentsDir, 'tsconfig.json')); /** Copies assets (html, markdown) to build output. */ task(':build:components:assets', copyTask([ - path.join(componentsDir, '**/*.!(ts|spec.ts)'), + path.join(componentsDir, '**/*.scss'), path.join(PROJECT_ROOT, 'README.md'), path.join(PROJECT_ROOT, 'package.json'), ], DIST_ROOT));