Skip to content

Commit

Permalink
docs: updated paper to 2.0.11 + checked package-lock (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-zoharmuzafi authored Feb 26, 2019
1 parent adf424f commit 54ddad0
Show file tree
Hide file tree
Showing 3 changed files with 21,281 additions and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function deployWebpack() {
function uninstallPrivateDependencies() {
return gulp.src('package.json')
.pipe(exec('npm run uninstall-private-dependencies'), logError)
.pipe(exec('rm package-lock.json'))
.on('error', logError);
}

Expand Down
Loading

0 comments on commit 54ddad0

Please sign in to comment.