@lyfie/luthor 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -145,8 +145,8 @@ Luthor powers editors in:
145
145
  ## Community & Support
146
146
 
147
147
  - **[💬 Discord](https://discord.gg/RAMYSDRag7)** - Get help, share ideas
148
- - **[🐛 GitHub Issues](https://github.com/novincode/luthor/issues)** - Bug reports, feature requests
149
- - **[💭 Discussions](https://github.com/novincode/luthor/discussions)** - Questions, showcase your projects
148
+ - **[🐛 GitHub Issues](https://github.com/lyfie-app/luthor/issues)** - Bug reports, feature requests
149
+ - **[💭 Discussions](https://github.com/lyfie-app/luthor/discussions)** - Questions, showcase your projects
150
150
 
151
151
  ## Contributing
152
152
 
@@ -164,13 +164,13 @@ Check our [Contributing Guide](./CONTRIBUTING.md) to get started.
164
164
  Luthor is free and open source, built by developers for developers. If it's helping you build better editors, consider supporting its development:
165
165
 
166
166
  - **⭐ Star this repository** to show your support
167
- - **💝 [Sponsor the project](https://github.com/sponsors/novincode)** to help with maintenance and new features
167
+ - **💝 [Sponsor the project](https://github.com/sponsors/rahulnsanand)** to help with maintenance and new features
168
168
  - **📢 Share Luthor** with other developers
169
169
 
170
170
  Your support keeps this project alive and helps us build better tools for the React community.
171
171
 
172
172
  ---
173
173
 
174
- **Built with ❤️ by [novincode](https://github.com/novincode)**
174
+ **Built with ❤️ by [Rahul NS Anand](https://github.com/rahulnsanand)**
175
175
 
176
176
  MIT License - Use it however you want.</content>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lyfie/luthor",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Luthor Editor - A headless, extensible rich text editor built on Lexical",
5
5
  "type": "module",
6
6
  "private": false,
@@ -27,12 +27,12 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/novincode/luthor.git"
30
+ "url": "https://github.com/lyfie-app/luthor.git"
31
31
  },
32
32
  "bugs": {
33
- "url": "https://github.com/novincode/luthor/issues"
33
+ "url": "https://github.com/lyfie-app/luthor/issues"
34
34
  },
35
- "homepage": "https://github.com/novincode/luthor#readme",
35
+ "homepage": "https://github.com/lyfie-app/luthor#readme",
36
36
  "devDependencies": {
37
37
  "@types/node": "^20.19.9",
38
38
  "@types/react": "^19.1.1",
@@ -40,8 +40,8 @@
40
40
  "eslint": "^9.32.0",
41
41
  "tsup": "^8.0.0",
42
42
  "typescript": "^5.7.3",
43
- "@repo/typescript-config": "0.0.0",
44
- "@repo/eslint-config": "0.0.0"
43
+ "@repo/eslint-config": "0.0.0",
44
+ "@repo/typescript-config": "0.0.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@lexical/code": ">=0.34.0",