1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00

Specify NodeJS version in package.json

This commit is contained in:
Daniel Barber 2018-09-13 11:07:03 -04:00
parent 6607095de8
commit a893b70284
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,4 +1,7 @@
{
"engines": {
"node": "10.4.0"
},
"dependencies": {
"@rails/webpacker": "3.5",
"axios": "^0.18.0",