mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
updated-pkg-manager
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
nodeLinker: node-modules
|
|
||||||
5
lerna.json
Normal file
5
lerna.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"useWorkspaces": true,
|
||||||
|
"npmClient": "yarn",
|
||||||
|
"version": "independent"
|
||||||
|
}
|
||||||
@@ -3,14 +3,17 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homepage": "/bob-the-algorithm",
|
"homepage": "/bob-the-algorithm",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "lerna bootstrap",
|
||||||
"dev": "yarn workspace @morten-olsen/bob start",
|
"dev": "yarn workspace @morten-olsen/bob start",
|
||||||
"build:web": "yarn workspace @morten-olsen/bob build:web",
|
"build:web": "yarn workspace @morten-olsen/bob build:web",
|
||||||
"build:storybook": "yarn workspace @morten-olsen/ui build:storybook",
|
"build:storybook": "yarn workspace @morten-olsen/ui build:storybook",
|
||||||
"dev:storybook": "yarn workspace @morten-olsen/ui dev"
|
"dev:storybook": "yarn workspace @morten-olsen/ui dev"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.1.0",
|
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"private": true
|
"private": true,
|
||||||
|
"devDependencies": {
|
||||||
|
"lerna": "^4.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@morten-olsen/bob",
|
"name": "@morten-olsen/bob",
|
||||||
"version": "1.0.0",
|
"version": "3.0.0-alpha.1",
|
||||||
"main": "./src/index.ts",
|
"main": "./src/index.ts",
|
||||||
"homepage": "/bob-the-algorithm",
|
"homepage": "/bob-the-algorithm",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expo/vector-icons": "^12.0.0",
|
"@expo/vector-icons": "^12.0.0",
|
||||||
"@morten-olsen/ui": "workspace:^",
|
"@morten-olsen/ui": "1.0.0-alpha.1",
|
||||||
"@react-native-async-storage/async-storage": "~1.15.0",
|
"@react-native-async-storage/async-storage": "~1.15.0",
|
||||||
"@react-navigation/bottom-tabs": "^6.0.5",
|
"@react-navigation/bottom-tabs": "^6.0.5",
|
||||||
"@react-navigation/native": "^6.0.2",
|
"@react-navigation/native": "^6.0.2",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@morten-olsen/ui",
|
"name": "@morten-olsen/ui",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0-alpha.1",
|
||||||
"homepage": "/bob-the-algorithm",
|
"homepage": "/bob-the-algorithm",
|
||||||
"jest": {
|
"jest": {
|
||||||
"preset": "jest-expo"
|
"preset": "jest-expo"
|
||||||
|
|||||||
Reference in New Issue
Block a user