Skip to content

Commit edeff85

Browse files
committed
rnpm deprecation bug-fix
1 parent 6ab327d commit edeff85

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

example/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,5 @@
3232
},
3333
"jest": {
3434
"preset": "react-native"
35-
},
36-
"rnpm": {
37-
"assets": [
38-
"../example/assets/fonts/"
39-
]
4035
}
4136
}

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bouncy-checkbox",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Fully customizable animated bouncy checkbox for React Native",
55
"keywords": [
66
"bouncy",
@@ -30,10 +30,5 @@
3030
"react-native": ">= 0.55.x",
3131
"react-native-vector-icons": ">= 6.6.0",
3232
"react-native-dynamic-vector-icons": ">= 0.2.1"
33-
},
34-
"rnpm": {
35-
"assets": [
36-
"./assets/fonts/"
37-
]
3833
}
3934
}

0 commit comments

Comments
 (0)