Skip to content

Commit

Permalink
update js deps & stop failing on pikaday error for missing moment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Oct 24, 2018
1 parent 96dca09 commit a9ed76f
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 113 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ gulp.task('default', defaultTasks);
gulp.task('app-js', function () {
let stream = browserify({
entries: './assets/src/js/script.js',
debug: debug
debug: debug,
ignoreMissing: true,
})
.transform("babelify", {
presets: ["@babel/preset-env"],
Expand Down
207 changes: 99 additions & 108 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
Expand Up @@ -24,11 +24,11 @@
},
"dependencies": {
"classnames": "^2.2.6",
"d3": "^5.4.0",
"d3": "^5.7.0",
"d3-tip": "^0.9.1",
"d3-transition": "^1.1.1",
"d3-transition": "^1.1.3",
"decko": "^1.2.0",
"pikaday": "^1.7.0",
"preact": "^8.2.7"
"pikaday": "^1.8.0",
"preact": "^8.3.1"
}
}

0 comments on commit a9ed76f

Please sign in to comment.