Skip to content

Commit 07e34f1

Browse files
committed
update dependencies and run npm start script from local gulp install
1 parent 934109b commit 07e34f1

File tree

2 files changed

+82
-69
lines changed

2 files changed

+82
-69
lines changed

package-lock.json

Lines changed: 78 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"title": "Scrolling Nav",
33
"name": "startbootstrap-scrolling-nav",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"scripts": {
6-
"start": "gulp watch"
6+
"start": "node_modules/.bin/gulp watch"
77
},
88
"description": "A smooth scrolling navigation HTML template built with Bootstrap",
99
"keywords": [
@@ -34,9 +34,9 @@
3434
"jquery.easing": "^1.4.1"
3535
},
3636
"devDependencies": {
37-
"browser-sync": "2.26.5",
37+
"browser-sync": "2.26.7",
3838
"del": "^4.1.1",
3939
"gulp": "4.0.2",
40-
"merge-stream": "^1.0.1"
40+
"merge-stream": "2.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)