No known key found for this signature in database
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 3359b2537f793a9b54a764d1b5317a809e6051b3
|
|
1
|
+Subproject commit f54ef06ee2c3f310da7cfb110f1b37863030e816
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 6033392b785b4bf8754fce5fcd31b94fcc931191
|
|
1
|
+Subproject commit 59fe704ba5cd4ade6320f71f01917d4f128545cf
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 792f11a2dc3a1d7e2e825b7c40a663470ab36b21
|
|
1
|
+Subproject commit 6cc3c7d92bd5ec946715a2831fcbefc4055c7721
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 6fcfb8ef3a7cc094c845e1d3415cb269879bee6d
|
|
1
|
+Subproject commit 463f781c4ac433b45f816f119e45cbda8865c0e8
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 63120b99faca8b593af284734b6e1c10caa447cd
|
|
1
|
+Subproject commit 9f064822d8701acbed3d2265d3abc1425ac8d6e2
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 0f47aaa55490adf250c40862970566669c60158f
|
|
1
|
+Subproject commit 4aa19e4f26c7e32dffacb5837450f43c8646d552
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 00a0c371ee7b1c4ee315f9427706eb9f60fbead2
|
|
1
|
+Subproject commit fc9c25881f25d08b22fb5dc386e3f7202c4524cb
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit a2fd5165d8bbc1097671cb26d92db79dea2dc268
|
|
1
|
+Subproject commit 181a75542fc16114a53387bc40655408cb7cd343
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit fa5a42585ea1e88e6e3f23b7fcbb84680fe5d979
|
|
1
|
+Subproject commit b58a044d450a766bfbe495cceb789ec039eee662
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 138e53cb9b4578e6d50750fc1d181e87cedcc89b
|
|
1
|
+Subproject commit 71a497e68e7b2fc6b712cdced7d2f8d1e9c80cf0
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 40f5071898e8c4896f4b1378b240fd1d48aabeff
|
|
1
|
+Subproject commit b54160d4297008add5ea0c457db0dff353ea8cdf
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit aeebde7b1e39f92594c1d3e1b9c697e735a3e4f5
|
|
1
|
+Subproject commit adece5ce12621fb6fd96fcca41dfdb5e4e3cb4b9
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit 992ea9c6ee789b941783bba15c471705339ff2e8
|
|
1
|
+Subproject commit a420dd58350a33cbe4ede1bbf26b1c5c1cad1e40
|
|
@@ -1 +1 @@
|
1
|
|
-Subproject commit b74221db79959820db503e82f23e9f129ef0649f
|
|
1
|
+Subproject commit b7256d58c8062dd9ec9ba7e9669919bb317281f6
|
|
@@ -0,0 +1,4 @@
|
|
1
|
+{
|
|
2
|
+ "packages": ["*"],
|
|
3
|
+ "version": "0.0.0"
|
|
4
|
+}
|
|
@@ -12,8 +12,13 @@
|
12
|
12
|
"dev:server": "DEVELOPMENT=true DEBUG=* nodemon cobox-server/main.js",
|
13
|
13
|
"cli": "node cobox-cli/cli.js"
|
14
|
14
|
},
|
|
15
|
+ "devDependencies": {
|
|
16
|
+ "lerna": "^3.20.2"
|
|
17
|
+ },
|
15
|
18
|
"repository": {
|
16
|
19
|
"url": "https://gitlab.com/coboxcoop/core"
|
17
|
20
|
},
|
18
|
|
- "workspaces": ["*"]
|
|
21
|
+ "dependencies": {
|
|
22
|
+ "nodemon": "^2.0.2"
|
|
23
|
+ }
|
19
|
24
|
}
|