Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
falsandtru committed Jun 5, 2017
1 parent 759812c commit 5f8e4e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7,436 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ GEM
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
mercenary (0.3.6)
mini_portile2 (2.1.0)
mini_portile2 (2.2.0)
minima (2.1.1)
jekyll (~> 3.3)
minitest (5.10.2)
multipart-post (2.0.0)
net-dns (0.8.0)
nokogiri (1.7.2-x64-mingw32)
mini_portile2 (~> 2.1.0)
nokogiri (1.8.0-x64-mingw32)
mini_portile2 (~> 2.2.0)
octokit (4.7.0)
sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.14.0)
Expand Down Expand Up @@ -196,4 +196,4 @@ DEPENDENCIES
github-pages

BUNDLED WITH
1.15.0
1.15.1
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,13 @@ gulp.task('clean', function () {
});

gulp.task('install', function () {
shell('npm i');
shell('npm i --no-shrinkwrap');
});

gulp.task('update', function () {
shell('bundle update');
shell('rm package-lock.json');
shell('ncu -ua');
shell('npm i');
shell('npm i --no-shrinkwrap');
});

gulp.task('watch', ['clean'], function () {
Expand Down
Loading

0 comments on commit 5f8e4e8

Please sign in to comment.