mirror of
https://github.com/comatory/fb2iCal
synced 2024-12-25 16:02:46 +01:00
specify node & npm version
This commit is contained in:
parent
1c697df772
commit
1302433f7f
@ -3,6 +3,10 @@
|
||||
"version": "1.0.0",
|
||||
"description": "App that converts events on Facebook event page to iCal file.",
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
"npm": "6.11.3",
|
||||
"node": "10.15.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node lib/index.js",
|
||||
"start:dev": "NODE_ENV=development PORT=3000 nodemon lib/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user