Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
chore: Update dependendies (microsoft#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored Jul 5, 2021
1 parent 50119b3 commit 66f1154
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 703 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const gulp = require('gulp');
const cp = require('child_process');
const tslint = require('gulp-tslint');
const sass = require('gulp-sass');
const sass = require('gulp-sass')(require('sass'));
const path = require('path');
const fs = require('fs');
const remoteSrc = require('gulp-remote-src');
Expand Down
Loading

0 comments on commit 66f1154

Please sign in to comment.