Skip to content

Commit 8c317ac

Browse files
gulp version updating
2 parents 18a9305 + e8388c2 commit 8c317ac

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gulpfile.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ gulp.task('serve', gulp.series(function () {
8080
shelljs.exec('node --max-old-space-size=8192 node_modules/gulp/bin/gulp serve-max', { silent: false });
8181
}));
8282

83-
84-
85-
8683
/**
8784
* Compile styles
8885
*/
@@ -374,8 +371,10 @@ gulp.task('serve-max', gulp.series('react-build', function (done) {
374371
};
375372
bs.init(options, done);
376373
}));
374+
377375
gulp.task('cssfile', gulp.series(function (done) {
378376
gulp.src('./node_modules/@syncfusion/ej2/*.css')
379377
.pipe(gulp.dest('./styles/'));
380378
done();
381379
}));
380+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-samples",
3-
"version": "0.0.1",
3+
"version": "18.3.35",
44
"description": "Examples of React UI Components",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)