mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 21:34:15 +00:00
remove unneeded require
This commit is contained in:
parent
a85116540c
commit
1406166823
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ import gulp from 'gulp';
|
|||
import nodemon from 'gulp-nodemon';
|
||||
|
||||
let pkg = require('../package.json');
|
||||
require('gulp-grunt')(gulp);
|
||||
|
||||
gulp.task('run:dev', ['nodemon', 'build:dev:watch']);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue