Skip to content

Commit

Permalink
Update repo field in react-shiki package.json, and add build script t…
Browse files Browse the repository at this point in the history
…o monorepo root package.json.
  • Loading branch information
AVGVSTVS96 committed Aug 9, 2024
1 parent 4b1c7ef commit d14c3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"packageManager": "pnpm@9.6.0",
"scripts": {
"dev": "pnpm --stream -r --parallel dev",
"build": "pnpm --stream -r --parallel build",
"package:dev": "pnpm --filter react-shiki dev",
"package:build": "pnpm --filter react-shiki build",
"playground:dev": "pnpm --filter playground dev",
Expand Down
6 changes: 2 additions & 4 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"repository": {
"type": "git",
"directory": "package",
"url": "https://github.com/avgvstvs96/react-shiki"
"url": "github:avgvstvs96/react-shiki"
},
"homepage": "https://react-shiki.vercel.app/",
"keywords": [
Expand All @@ -26,9 +26,7 @@
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit d14c3a3

Please sign in to comment.