@enigmatry/entry-components 1.2.66 → 1.2.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dialog/README.md +1 -1
  2. package/package.json +1 -1
package/dialog/README.md CHANGED
@@ -5,7 +5,7 @@ Enables working with built-in (alert and confirm) and custom dialogs. Supports d
5
5
  ## Imports
6
6
 
7
7
  ```ts
8
- import { EntryDialogModule } from '@enigmatry/entry-components/entry-dialog';
8
+ import { EntryDialogModule } from '@enigmatry/entry-components/dialog';
9
9
  import { MatDialogModule } from '@angular/material/dialog';
10
10
  ```
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/entry-components",
3
- "version": "1.2.66",
3
+ "version": "1.2.67",
4
4
  "author": "Enigmatry",
5
5
  "description": "Enigmatry entry angular material components",
6
6
  "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/projects/entry-components#readme",