Skip to content

Commit

Permalink
fix repo url in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vrepsys committed Dec 19, 2024
1 parent f0553c0 commit 5312782
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@prose-ui/core",
"version": "1.0.1-rc.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://prose-ui.com",
"repository": {
"repository": "github:vrepsys/prose-ui"
"type": "git",
"url": "git+https://github.com/vrepsys/prose-ui.git"
},
"type": "module",
"exports": {
Expand Down
5 changes: 3 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@prose-ui/next",
"version": "1.0.1-rc.1",
"version": "1.0.2",
"license": "MIT",
"homepage": "https://prose-ui.com",
"repository": {
"repository": "github:vrepsys/prose-ui"
"type": "git",
"url": "git+https://github.com/vrepsys/prose-ui.git"
},
"scripts": {
"build": "rm -rf dist prose-ui.css && tsc && cp ../styles/dist/prose-ui.css ./",
Expand Down

0 comments on commit 5312782

Please sign in to comment.