@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/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-incubator/interact/issues) or contribute improvements via pull request.
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.1",
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-incubator/interact.git"
52
+ "url": "git+https://github.com/wix/interact.git"
53
53
  },
54
54
  "bugs": {
55
- "url": "https://github.com/wix-incubator/interact/issues"
55
+ "url": "https://github.com/wix/interact/issues"
56
56
  },
57
57
  "dependencies": {
58
58
  "@wix/motion": "^2.0.0",