Skip to content

Commit

Permalink
feat: 🎸 [DSY-1492] adding react dependencies at package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcsouza committed Oct 13, 2020
1 parent bf3a8d1 commit a94c309
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.DS_store
package-lock.json
node_modules/
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"bugs": {
"url": "https://github.com/natura-cosmeticos/natds-native-module-integration/issues"
},
"homepage": "https://github.com/natura-cosmeticos/natds-native-module-integration#readme"
"homepage": "https://github.com/natura-cosmeticos/natds-native-module-integration#readme",
"dependencies": {
"react": "16.13.1",
"react-native": "^0.63.2"
}
}

0 comments on commit a94c309

Please sign in to comment.