diff --git a/package-lock.json b/package-lock.json index 6387774..2a8fa36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@contact-api/core": "github:contact-api/core", - "@contact-api/nodemailer": "github:contact-api/nodemailer", - "@contact-api/resend": "github:contact-api/resend", + "@contact-api/core": "0.0.1", + "@contact-api/nodemailer": "0.0.1", + "@contact-api/resend": "0.0.1", "@vercel/firewall": "^1.1.2", "@vercel/node": "^5.7.17" }, diff --git a/package.json b/package.json index 3e6014d..6149983 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ "test:coverage": "vitest --coverage" }, "dependencies": { - "@contact-api/core": "github:contact-api/core", - "@contact-api/nodemailer": "github:contact-api/nodemailer", - "@contact-api/resend": "github:contact-api/resend", + "@contact-api/core": "0.0.1", + "@contact-api/nodemailer": "0.0.1", + "@contact-api/resend": "0.0.1", "@vercel/firewall": "^1.1.2", "@vercel/node": "^5.7.17" },