Skip to content

Commit

Permalink
chore: add "private": true
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Oct 26, 2022
1 parent 112eadd commit 1293aaa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions lambda/user/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@cc-lambda/user",
"version": "1.0.0",
"description": "Creature Chess User service",
Expand Down
1 change: 1 addition & 0 deletions modules/@creature-chess/battle/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@creature-chess/battle",
"version": "0.0.1",
"description": "Battle engine for Creature Chess",
Expand Down
2 changes: 1 addition & 1 deletion modules/@creature-chess/networking/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@creature-chess/networking",
"version": "0.0.1",
"private": true,
"description": "Shared network definitions for Creature Chess",
"author": "James Monger <[email protected]>",
"homepage": "https://github.com/Jameskmonger/creature-chess#readme",
Expand Down
1 change: 1 addition & 0 deletions modules/@creature-chess/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@creature-chess/ui",
"version": "0.0.1",
"description": "Creature Chess UI library",
Expand Down
1 change: 1 addition & 0 deletions modules/@shoki/board-react/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@shoki/board-react",
"version": "0.0.1",
"description": "React frontend for @shoki/board",
Expand Down
1 change: 1 addition & 0 deletions modules/@shoki/board/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@shoki/board",
"version": "0.0.1",
"description": "Board used in Creature Chess",
Expand Down
1 change: 1 addition & 0 deletions modules/@shoki/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@shoki/engine",
"version": "0.0.1",
"description": "Shoki game engine",
Expand Down
1 change: 1 addition & 0 deletions modules/@shoki/networking/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@shoki/networking",
"version": "0.0.1",
"description": "Shoki networking toolset",
Expand Down
1 change: 1 addition & 0 deletions modules/@tools/battle-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@creature-chess-tools/battle-tester",
"version": "0.0.1",
"description": "Tools to test Creature Chess battle engine",
Expand Down

0 comments on commit 1293aaa

Please sign in to comment.