@abtasty/tooltip 1.2.1 → 2.0.0-0

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.
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
- # Engage Plugin Base
1
+ # Tooltip widget
2
2
 
3
- ## About the "snowpack" entry in package.json
3
+ to install dependencies :
4
+ ```shell
5
+ npm i
6
+ ```
4
7
 
5
- The [Snowpack bundler](https://www.snowpack.dev) is used only for the Cypress test runner. It will build a browser (ES Modules) compatible packages of the `dependencies`.
8
+ then,
9
+ ```shell
10
+ npm run watch
11
+ ```