Skip to content

Commit

Permalink
✨ Add packagemanager fields
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 26, 2023
1 parent f3b736b commit e182626
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@bgs/admin",
"version": "0.1.0",
"packageManager": "[email protected]",
"private": true,
"license": "AGPL-3.0",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@bgs/api",
"packageManager": "[email protected]",
"version": "1.3.1",
"license": "AGPL-3.0",
"private": true,
Expand Down
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@bgs/docs",
"packageManager": "[email protected]",
"version": "0.0.1",
"description": "Docs for the boardgamers ecosystem",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions apps/game-server/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packageManager": "[email protected]",
"name": "@bgs/game-server",
"version": "1.0.0",
"main": "server.ts",
Expand Down
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"license": "AGPL",
"name": "@bgs/web",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"start": "node build/index.js",
"dev": "svelte-kit dev",
Expand Down
1 change: 1 addition & 0 deletions packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packageManager": "[email protected]",
"name": "@bgs/models",
"dependencies": {
"@bgs/types": "workspace:*"
Expand Down
3 changes: 2 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@bgs/types",
"main": "index.ts"
"main": "index.ts",
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"packageManager": "[email protected]",
"name": "@bgs/utils",
"scripts": {
"test": "mocha -r ts-node/register *.spec.ts"
Expand Down

0 comments on commit e182626

Please sign in to comment.