Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion projects/custom-elements-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ The minimum `package.json` file for your module is described below:
}
```

If your module has to others **dependencies** not installed automatically by `@hapiness/custom-elements-loader` like explained in [installation](#installation), you must add them in **dependencies** section.
If your module has to have others **dependencies** not installed automatically by `@hapiness/custom-elements-loader` like explained in [installation](#installation), you must add them in **dependencies** section.

#### - Publish your module

Expand Down
2 changes: 1 addition & 1 deletion projects/ng-elements-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ The minimum `package.json` file for your module is described below:
}
```

If your module has to others `Angular` **dependencies**, add them in `peerDependencies`. If your module has to **externals dependencies**, add them in `dependencies` like that they will be automatically installed.
If your module has to have others `Angular` **dependencies**, add them in `peerDependencies`. If your module has to have **externals dependencies**, add them in `dependencies` like that they will be automatically installed.

#### - Publish your module

Expand Down