Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kickstart",
"engines": {
"node": "^7.0.0"
"node": "^10.0.0"
},
"scripts": {
"build": "gulp build",
Expand All @@ -26,6 +26,7 @@
"basscss-responsive-margin": "^1.1.0",
"basscss-responsive-padding": "^1.1.0",
"basscss-responsive-type-scale": "^1.0.1",
"beeper": "^2.0.0",
"child_process": "^1.0.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
Expand All @@ -52,7 +53,7 @@
"gulp-replace": "^0.5.4",
"gulp-util": "3.0.8",
"gulp-webserver": "^0.9.1",
"highlights": "^3.1.1",
"highlights": "^3.1.4",
"html-webpack-plugin": "^2.28.0",
"jsdom": "^9.11.0",
"json-loader": "^0.5.4",
Expand Down
Loading