@ngneat/helipopper 8.0.1 → 8.0.2

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -39,7 +39,7 @@ If you're using v1 and don't want to migrate, you can find it [here](https://git
39
39
  ### Installation
40
40
 
41
41
  ```
42
- npm install @ngneat/helipopper @ngneat/overview
42
+ npm install @ngneat/helipopper
43
43
  ```
44
44
 
45
45
  Configure it as shown below:
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@ngneat/helipopper",
3
- "version": "8.0.1",
3
+ "version": "8.0.2",
4
4
  "description": "A Powerful Tooltip and Popover for Angular Applications",
5
5
  "dependencies": {
6
- "tslib": "^2.3.0"
7
- },
8
- "peerDependencies": {
9
- "@angular/core": ">=16.0.0",
6
+ "tslib": "^2.3.0",
10
7
  "@ngneat/overview": "^5.0.0",
11
8
  "tippy.js": "6.3.7"
12
9
  },
10
+ "peerDependencies": {
11
+ "@angular/core": ">=16.0.0"
12
+ },
13
13
  "keywords": [
14
14
  "angular",
15
15
  "angular tooltip",