Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 8e0cab6

Browse files
committed
chore: change monorepo structure
1 parent cef3cc4 commit 8e0cab6

File tree

169 files changed

+4
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+4
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lerna.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"packages": [
4-
"packages/**/*"
5-
],
3+
"packages": ["core/**/*", "other-packages/**/*"],
64
"version": "0.13.5",
75
"npmClient": "yarn",
86
"useWorkspaces": true
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
"typescript": "^3.2.2"
7676
},
7777
"workspaces": [
78-
"packages/*",
79-
"examples/*"
78+
"core/*",
79+
"examples/*",
80+
"other-packages/*"
8081
],
8182
"commitlint": {
8283
"extends": [

0 commit comments

Comments
 (0)