added repo description, updated components lib to v2 branch
This commit is contained in:
1
.gitmodules
vendored
1
.gitmodules
vendored
@@ -4,6 +4,7 @@
|
||||
[submodule "packages/armory-react-components"]
|
||||
path = packages/armory-react-components
|
||||
url = https://github.com/ReStruct-Corporate-Advantage/armory-react-components
|
||||
brnach = v2
|
||||
[submodule "packages/stuffle"]
|
||||
path = packages/stuffle
|
||||
url = https://github.com/ReStruct-Corporate-Advantage/stuffle
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"description": "",
|
||||
"description": "Umbrella monorepo for all major Armco projects, that uses Lerna for efficient lib sharing",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"start": "vite",
|
||||
@@ -19,12 +19,12 @@
|
||||
"lint": "eslint .",
|
||||
"type-check": "tsc",
|
||||
"sm:add": "git submodule add",
|
||||
"sm:update": "git submodule update --remote --merge",
|
||||
"sm:init": "git submodule init && git submodule update",
|
||||
"sm:status": "git submodule status",
|
||||
"sm:push": "git submodule foreach 'git push origin main'",
|
||||
"sm:pull": "git submodule foreach 'git pull origin main'",
|
||||
"sm:sync": "git submodule sync && git submodule update --init --recursive"
|
||||
"sm:pull": "git submodule update --remote --merge",
|
||||
"sm:sync": "git submodule sync && git submodule update --init --recursive",
|
||||
"sm:info": "git submodule foreach 'echo $name: $(git symbolic-ref --short HEAD) @ $(git log -1 --pretty=%B)'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^1.8.1",
|
||||
|
||||
Reference in New Issue
Block a user