diff --git a/package-lock.json b/package-lock.json index f5ea3ea..bbca682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-tailwindcss", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a94893..e88f7fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-tailwindcss", - "version": "1.1.0", + "version": "1.1.1", "keywords": [ "react", "native", @@ -21,7 +21,7 @@ "react": "^16.8.6" }, "dependencies": { - "tailwindcss": "^1.1.0" + "tailwindcss": "^1.0.6" }, "devDependencies": { "@babel/core": "^7.5.5",