Skip to content

Commit

Permalink
fix(bug): adding ws-header to default for distributable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferit Topcu committed Jun 24, 2018
1 parent 83146b6 commit 68b8d04
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build/index.css

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gulp.task('sass', () =>
.pipe(sass().on('error', sass.logError))
);

gulp.task('default', () => gulp.parallel('sass', 'lint-sass'));
gulp.task('default', gulp.parallel('sass', 'lint-sass'));

gulp.task('build:sass', () =>
gulp.src('./index.scss')
Expand Down
1 change: 1 addition & 0 deletions index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
@import 'molecules/radio-group';
@import 'molecules/tables';
@import 'molecules/tooltip';
@import 'molecules/header';

@import 'organisms/navigation';
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"patterns",
"library"
],
"licenses": "MIT",
"main": "README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fabric-design/scss.git"
Expand Down

0 comments on commit 68b8d04

Please sign in to comment.