Skip to content

Commit

Permalink
chore: add packageManager field
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackman99 committed Nov 28, 2024
1 parent 5c98f21 commit f048e78
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "0.0.1",
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint",
"format": "prettier \"./**/*.svelte\" --check",
Expand Down
1 change: 1 addition & 0 deletions packages/create/template-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
1 change: 1 addition & 0 deletions packages/create/template-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
1 change: 1 addition & 0 deletions packages/docs-site-bn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@sveltepress/docs-site",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
1 change: 1 addition & 0 deletions packages/docs-site-zh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@sveltepress/docs-site-zh",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
1 change: 1 addition & 0 deletions packages/docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@sveltepress/docs-site",
"type": "module",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
1 change: 1 addition & 0 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@sveltepress/theme-default",
"type": "module",
"version": "4.0.0",
"packageManager": "[email protected]",
"description": "The default theme for sveltepress",
"author": {
"name": "Dongsheng Zhao",
Expand Down
1 change: 1 addition & 0 deletions packages/twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@sveltepress/twoslash",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Twoslash for sveltepress",
"author": "Dongsheng Zhao",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@sveltepress/vite",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]",
"description": "Sveltepress plugin for vite",
"author": {
"name": "Dongsheng Zhao",
Expand Down

0 comments on commit f048e78

Please sign in to comment.