Skip to content

Commit

Permalink
[chore] Fix missing dependencies for build task
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Apr 2, 2020
1 parent 78e2ba1 commit ea67851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
@@ -1,15 +1,15 @@
/* eslint-disable import/no-commonjs, import/no-unassigned-import, max-nested-callbacks */

const fs = require('fs')
const path = require('path')
const {src, dest, watch, parallel, series} = require('gulp')
const del = require('del')
const path = require('path')
const changed = require('gulp-changed')
const ts = require('gulp-typescript')
const filter = require('gulp-filter')
const {flatten} = require('lodash')
const log = require('fancy-log')
const chalk = require('chalk')
const fs = require('fs')
const babel = require('gulp-babel')
const through = require('through2')

Expand Down
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -59,6 +59,7 @@
"boxen": "^4.1.0",
"chalk": "^2.3.0",
"deepmerge": "^3.3.0",
"del": "^5.1.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-import-resolver-webpack": "^0.11.1",
Expand All @@ -82,6 +83,7 @@
"hard-rejection": "^2.1.0",
"husky": "^2.5.0",
"lerna": "^3.16.4",
"lodash": "^4.17.15",
"merge-stream": "^2.0.0",
"minimist": "^1.2.0",
"path-exists-cli": "^1.0.0",
Expand Down

1 comment on commit ea67851

@vercel
Copy link

@vercel vercel bot commented on ea67851 Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.