Skip to content

Commit

Permalink
chore: up config access & kws & author of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elcoosp committed Nov 30, 2024
1 parent 5496550 commit 284a3db
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@elcoosp-templates/root",
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"keywords": ["templates", "cargo-generate"],
"author": "elcoosp <elcoosp@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@9.14.4",
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions packages/m-deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "@elcoosp-templates/m-deno",
"version": "1.0.0",
"description": "Monorepo with `deno` `turbo`",
"keywords": [],
"author": "",
"keywords": ["templates", "cargo-generate"],
"author": "elcoosp <elcoosp@gmail.com>",
"license": "MIT",
"files": ["template"],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
Expand Down
8 changes: 6 additions & 2 deletions packages/mm-rslib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "@elcoosp-templates/mm-rslib",
"version": "1.0.1",
"description": "Monorepo member with `rslib`",
"keywords": [],
"author": "",
"keywords": ["templates", "cargo-generate"],
"author": "elcoosp <elcoosp@gmail.com>",
"license": "MIT",
"files": ["template"],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
Expand Down
8 changes: 6 additions & 2 deletions packages/mm-vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "@elcoosp-templates/mm-vite-react",
"version": "1.0.1",
"description": "Monorepo member with `vite` `react` `oxlint`",
"keywords": [],
"author": "",
"keywords": ["templates", "cargo-generate"],
"author": "elcoosp <elcoosp@gmail.com>",
"license": "MIT",
"files": ["template"],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
Expand Down

0 comments on commit 284a3db

Please sign in to comment.