Skip to content

Commit

Permalink
rnpm deprecation bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed May 29, 2020
1 parent 6ab327d commit edeff85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
5 changes: 0 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"../example/assets/fonts/"
]
}
}
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bouncy-checkbox",
"version": "0.1.2",
"version": "0.1.3",
"description": "Fully customizable animated bouncy checkbox for React Native",
"keywords": [
"bouncy",
Expand Down Expand Up @@ -30,10 +30,5 @@
"react-native": ">= 0.55.x",
"react-native-vector-icons": ">= 6.6.0",
"react-native-dynamic-vector-icons": ">= 0.2.1"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}

0 comments on commit edeff85

Please sign in to comment.