@abtasty/tooltip 1.2.1 → 2.0.0-0

Sign up to get free protection for your applications and to get access to all the features.
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
+ ```