Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
karolkozer committed Dec 6, 2023
2 parents 76371a1 + 7c71169 commit 7844ffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"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"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
"dist"
],
"engines": {
"node": ">=10"
Expand Down

0 comments on commit 7844ffd

Please sign in to comment.