Skip to content

Commit 155adeb

Browse files
committed
Updates package and readme
1 parent 6d36b4e commit 155adeb

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
"author": "Javier Marquez",
1010
"license": "MIT",
1111
"dependencies": {
12-
"react-art": "^16.6.3"
12+
"react": "^16.5",
13+
"react-dom": "^16.5",
14+
"react-native-web": "^0.9",
15+
"react-art": "^16.5"
1316
},
14-
"devDependencies": {
15-
"react": "^16.6.3",
16-
"react-dom": "^16.6.3",
17-
"react-native-web": "^0.9.7"
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/arqex/react-interactable"
1820
}
1921
}

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
RN interactable web
1+
React interactable
22
-------------------
33

4-
A port of react-native interactable to make it work with react-native-web
4+
This port of [react-native-interactable](https://github.com/wix/react-native-interactable) to JS. This way our [react-native-web](https://github.com/necolas/react-native-web) projects can have nice interaction animations like in ios or android.
55

0 commit comments

Comments
 (0)