Skip to content

Commit

Permalink
chore: move modules into packages dir
Browse files Browse the repository at this point in the history
affects: @userlike/messenger-internal, @userlike/messenger-types, @userlike/messenger
  • Loading branch information
anilanar committed Aug 6, 2020
1 parent b4e677e commit a1d2162
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "umm-api",
"private": true,
"workspaces": [
"messenger-types",
"messenger-internal",
"messenger"
],
"workspaces": ["packages/*"],
"scripts": {
"commit": "git-cz",
"lerna:version": "lerna version --conventional-commits",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"path": "../messenger-internal"
}
],
"extends": "../config/tsconfig.cjs.json",
"extends": "../../config/tsconfig.cjs.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist/cjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"path": "../messenger-types"
}
],
"extends": "../config/tsconfig.es.json",
"extends": "../../config/tsconfig.es.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist/es",
Expand Down
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.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../config/tsconfig.cjs.json",
"extends": "../../config/tsconfig.cjs.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist/cjs",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../config/tsconfig.es.json",
"extends": "../../config/tsconfig.es.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist/es",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"path": "../messenger-types"
}
],
"extends": "../config/tsconfig.cjs.json",
"extends": "../../config/tsconfig.cjs.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist/cjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"path": "../messenger-types"
}
],
"extends": "../config/tsconfig.es.json",
"extends": "../../config/tsconfig.es.json",
"include": ["src/**/*"],
"compilerOptions": {
"outDir": "dist/es",
Expand Down

0 comments on commit a1d2162

Please sign in to comment.