Skip to content

Commit

Permalink
renamed project to kibro in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
G-structure committed Apr 3, 2023
1 parent be943e8 commit f9f3470
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "myapp-monorepo",
"name": "kibro",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"native": "yarn dotenv -- cd apps/expo && yarn start",
"native": "yarn dotenv -- yarn workspace expo-app start",
"watch": "yarn workspaces foreach -pi run watch",
"vercel:install": "yarn set version stable && yarn install",
"web": "yarn dotenv -- yarn build && cd apps/next && yarn next",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10810,6 +10810,23 @@ __metadata:
languageName: node
linkType: hard

"kibro@workspace:.":
version: 0.0.0-use.local
resolution: "kibro@workspace:."
dependencies:
"@babel/runtime": ^7.18.9
"@manypkg/cli": ^0.19.1
"@tamagui/theme-base": ^1.7.7
babel-plugin-transform-inline-environment-variables: ^0.4.4
dotenv-cli: ^7.1.0
eslint: ^8.21.0
prettier: ^2.7.1
supabase: ^1.46.5
turbo: ^1.4.2
typescript: ^4.7.4
languageName: unknown
linkType: soft

"kind-of@npm:^3.0.2, kind-of@npm:^3.0.3, kind-of@npm:^3.2.0":
version: 3.2.2
resolution: "kind-of@npm:3.2.2"
Expand Down Expand Up @@ -11844,23 +11861,6 @@ __metadata:
languageName: node
linkType: hard

"myapp-monorepo@workspace:.":
version: 0.0.0-use.local
resolution: "myapp-monorepo@workspace:."
dependencies:
"@babel/runtime": ^7.18.9
"@manypkg/cli": ^0.19.1
"@tamagui/theme-base": ^1.7.7
babel-plugin-transform-inline-environment-variables: ^0.4.4
dotenv-cli: ^7.1.0
eslint: ^8.21.0
prettier: ^2.7.1
supabase: ^1.46.5
turbo: ^1.4.2
typescript: ^4.7.4
languageName: unknown
linkType: soft

"mz@npm:^2.7.0":
version: 2.7.0
resolution: "mz@npm:2.7.0"
Expand Down

0 comments on commit f9f3470

Please sign in to comment.