Skip to content

Commit

Permalink
Dependency part is removed from package.json to fix inside node_modul…
Browse files Browse the repository at this point in the history
…es creation
  • Loading branch information
WrathChaos committed Jun 21, 2020
1 parent 503fc7c commit fffb010
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dynamic-search-bar",
"version": "1.2.0",
"version": "1.2.1",
"description": "Fully customizable and dynamic Search Bar for React Native.",
"keywords": [
"gradient",
Expand Down Expand Up @@ -45,13 +45,5 @@
"@types/react-native": "^0.62.2",
"react-native-typescript-transformer": "^1.2.13",
"typescript": "^3.7.4"
},
"dependencies": {
"@freakycoder/react-native-helpers": "^0.1.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-spinkit": "^1.5.0",
"react-native-vector-icons": "^6.6.0",
"react-native-dynamic-vector-icons": "^0.2.2"
}
}

0 comments on commit fffb010

Please sign in to comment.