Skip to content

Commit

Permalink
remove gulp install from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abist committed Dec 19, 2019
1 parent 57a358e commit eb71b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -84,7 +84,6 @@
"del": "^2.2.1",
"gulp": "github:gulpjs/gulp#v4.0.0",
"gulp-concat": "^2.6.0",
"gulp-install": "^0.6.0",
"gulp-istanbul-report": "0.0.1",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
Expand Down
13 changes: 2 additions & 11 deletions yarn.lock
Expand Up @@ -2497,15 +2497,6 @@ gulp-concat@^2.6.0:
through2 "^2.0.0"
vinyl "^2.0.0"

gulp-install@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/gulp-install/-/gulp-install-0.6.0.tgz#11541f11fc5f7a19e18cb3ef8eadb9e64b8e54aa"
integrity sha1-EVQfEfxfehnhjLPvjq255kuOVKo=
dependencies:
gulp-util "^3.0.4"
through2 "^2.0.0"
which "^1.0.9"

gulp-istanbul-report@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/gulp-istanbul-report/-/gulp-istanbul-report-0.0.1.tgz#e6c6588e4b030f611a6bd9382ca5a2380170de4f"
Expand Down Expand Up @@ -2630,7 +2621,7 @@ gulp-util@3.0.7:
through2 "^2.0.0"
vinyl "^0.5.0"

gulp-util@^3.0.1, gulp-util@^3.0.4, gulp-util@^3.0.7, gulp-util@~3.0.7:
gulp-util@^3.0.1, gulp-util@^3.0.7, gulp-util@~3.0.7:
version "3.0.8"
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
integrity sha1-AFTh50RQLifATBh8PsxQXdVLu08=
Expand Down Expand Up @@ -6124,7 +6115,7 @@ which-module@^2.0.0:
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=

which@1.3.1, which@^1.0.9, which@^1.1.1, which@^1.2.14:
which@1.3.1, which@^1.1.1, which@^1.2.14:
version "1.3.1"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
Expand Down

0 comments on commit eb71b58

Please sign in to comment.