Updates package name

pr/2623
zomars 2022-05-03 12:33:36 -06:00
parent 3fc47c1650
commit 3680729762
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import type { App } from "@calcom/types/App";
import _package from "./package.json";
export const metadata = {
name: _package.name,
name: "Zapier",
description: _package.description,
installed: true,
category: "other",

View File

@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"name": "Zapier",
"name": "@calcom/zapier",
"version": "0.0.0",
"main": "./index.ts",
"description": "Workflow automation for everyone. Use the Cal.com Zapier app to trigger your workflows when a booking was created, rescheduled or cancled.",