Skip to content

Commit

Permalink
to private pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmayamashita committed Mar 21, 2024
1 parent 94ac724 commit fa08cee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/react/module-api-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@react-modules/api-graphql",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions code/react/module-api-restful/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@react-modules/api-restful",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions code/react/testing-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@react-testing/storybook",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006 --ci --disable-telemetry",
"build:storybook": "storybook build",
Expand Down
1 change: 1 addition & 0 deletions code/react/testing-vitest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@react-testing/vitest",
"private": true,
"scripts": {
"test": "vitest run --dir .."
},
Expand Down
1 change: 1 addition & 0 deletions packages/mock-server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "mock-server",
"private": true,
"main": "./server.ts",
"types": "./server.ts",
"dependencies": {
Expand Down

0 comments on commit fa08cee

Please sign in to comment.