From 7c71169d899edf23b4d22e7eb41f718e6ee0c9e9 Mon Sep 17 00:00:00 2001 From: Karol Kozer Date: Wed, 6 Dec 2023 19:33:22 +0100 Subject: [PATCH] Update package.json --- README.md | 4 ++-- package.json | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8a1c6cc..190c93a 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Inject own custom font and other global styles. const globalStyles = ` @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap"); -/* Available in sponsors plan */ +/* Available in PRO plan */ .planby { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; @@ -861,7 +861,7 @@ import { ## License -Custom License - All Rights Reserved. [See `LICENSE` for more information](https://planby.app/docs/planby-pro-license.pdf). +Custom License - All Rights Reserved. [See `LICENSE` for more information](https://planby.app/docs/planby-license.pdf). ## Contact diff --git a/package.json b/package.json index 2ffaa5b..a2ef51c 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "planby", "author": "Karol Kozer", - "version": "1.1.4", - "license": "MIT", + "version": "1.1.6", + "license": "Custom License", "repository": { "type": "git", "url": "https://github.com/karolkozer/planby" }, - "homepage": "https://planby.netlify.app", + "homepage": "https://planby.app", "funding": { "type": "opencollective", "url": "https://opencollective.com/planby" @@ -15,8 +15,7 @@ "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ - "dist", - "src" + "dist" ], "engines": { "node": ">=10"