Skip to content

Commit

Permalink
fix: gulp version
Browse files Browse the repository at this point in the history
fix following error on npm install:
Error, Unhandled rejection Error: Command failed: /usr/local/bin/git checkout
error: pathspec '4.0' did not match any file(s) known to git.
error on gulp version see olefredrik/FoundationPress#1316
  • Loading branch information
Vincent Sandt committed Nov 19, 2018
1 parent c0f632b commit 8644d30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 143 deletions.
160 changes: 18 additions & 142 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp": "^4.0",
"gulp-inject-string": "^1.1.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.3",
Expand Down

0 comments on commit 8644d30

Please sign in to comment.