Skip to content

Commit

Permalink
update dependencies and run npm start script from local gulp install
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed Jun 14, 2019
1 parent 4c53f2e commit 12943cc
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 69 deletions.
143 changes: 78 additions & 65 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"title": "Blog Post",
"name": "startbootstrap-blog-post",
"version": "4.2.0",
"version": "4.2.1",
"scripts": {
"start": "gulp watch"
"start": "node_modules/.bin/gulp watch"
},
"description": "A basic blog post HTML template built with Bootstrap",
"keywords": [
Expand Down Expand Up @@ -33,9 +33,9 @@
"jquery": "3.4.1"
},
"devDependencies": {
"browser-sync": "2.26.5",
"browser-sync": "2.26.7",
"del": "^4.1.1",
"gulp": "4.0.2",
"merge-stream": "^1.0.1"
"merge-stream": "2.0.0"
}
}

0 comments on commit 12943cc

Please sign in to comment.