diff --git a/example/package.json b/example/package.json index c57a0f4..b93f011 100644 --- a/example/package.json +++ b/example/package.json @@ -32,10 +32,5 @@ }, "jest": { "preset": "react-native" - }, - "rnpm": { - "assets": [ - "../example/assets/fonts/" - ] } } diff --git a/package.json b/package.json index 69348c8..d606afd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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/" - ] } }