Specify node version for Heroku
This commit is contained in:
parent
a04ca9b361
commit
d74297d032
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
"dev": "./node_modules/vuepress/bin/vuepress.js dev",
|
"dev": "./node_modules/vuepress/bin/vuepress.js dev",
|
||||||
"start": "./node_modules/vuepress/bin/vuepress.js build && node server.js"
|
"start": "./node_modules/vuepress/bin/vuepress.js build && node server.js"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "10.2.x"
|
||||||
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@octokit/rest": "^15.4.0",
|
"@octokit/rest": "^15.4.0",
|
||||||
|
|
Loading…
Reference in a new issue