@wix/interact 2.0.1 → 2.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.
- package/README.md +14 -14
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/react.js +2 -2
- package/dist/cjs/react.js.map +1 -1
- package/dist/cjs/web.js +1 -1
- package/dist/cjs/web.js.map +1 -1
- package/dist/es/web.js.map +1 -1
- package/dist/index-BnI6W-7u.mjs.map +1 -1
- package/dist/{index-emAFXYqb.js → index-D2V7_Srb.js} +2 -2
- package/dist/{index-emAFXYqb.js.map → index-D2V7_Srb.js.map} +1 -1
- package/docs/README.md +1 -1
- package/package.json +3 -3
package/docs/README.md
CHANGED
|
@@ -189,4 +189,4 @@ This documentation is for `@wix/interact` v2.0.0.
|
|
|
189
189
|
|
|
190
190
|
## Feedback
|
|
191
191
|
|
|
192
|
-
Found an issue with the documentation? Please [open an issue](https://github.com/wix
|
|
192
|
+
Found an issue with the documentation? Please [open an issue](https://github.com/wix/interact/issues) or contribute improvements via pull request.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/interact",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A powerful, declarative interaction library for creating engaging web apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
},
|
|
50
50
|
"repository": {
|
|
51
51
|
"type": "git",
|
|
52
|
-
"url": "git+https://github.com/wix
|
|
52
|
+
"url": "git+https://github.com/wix/interact.git"
|
|
53
53
|
},
|
|
54
54
|
"bugs": {
|
|
55
|
-
"url": "https://github.com/wix
|
|
55
|
+
"url": "https://github.com/wix/interact/issues"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@wix/motion": "^2.0.0",
|