Skip to content

Commit

Permalink
fix: move dependencies to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitarcitano committed Jun 23, 2021
1 parent 808601b commit 827364d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"react-native": "0.63.4",
"react-native-builder-bob": "^0.18.0",
"release-it": "^14.2.2",
"typescript": "^4.1.3"
"typescript": "^4.1.3",
"@react-native-async-storage/async-storage": "^1.15.5",
"axios": "^0.21.1"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -149,9 +151,5 @@
}
]
]
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.5",
"axios": "^0.21.1"
}
}

0 comments on commit 827364d

Please sign in to comment.