chore: set package to private to avoid accidental publishing to NPM

This commit is contained in:
Ondřej Synáček 2020-12-25 13:27:08 +01:00
parent 7436a9ec88
commit 0abb8d4f73
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"name": "facebook-events-ical-converter",
"version": "1.3.2",
"private": true,
"description": "App that converts events on Facebook event page to iCal file.",
"main": "lib/index.js",
"engines": {