File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
packages/react-native-tailwind.macro Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# react-native-tailwind.macro ✨
22
3+ ![ npm] ( https://img.shields.io/npm/v/react-native-tailwind.macro )
4+
35> Babel macro for easily writing responsive Tailwind styles in React Native (+ Web).
46
57Easily style components using the ` tw ` prop:
Original file line number Diff line number Diff line change @@ -56,6 +56,3 @@ android/keystores/debug.keystore
5656.expo /*
5757
5858dist /
59-
60- # Don't commit README and reuse from root
61- README.md
Original file line number Diff line number Diff line change 1+ # react-native-tailwind.macro ✨
2+
3+ Find the docs [ here] ( ../../README.md ) .
Original file line number Diff line number Diff line change 105105 " yarn lint" ,
106106 " yarn test"
107107 ],
108- "after:bump" : [
109- " yarn build" ,
110- " cp ../../README.md ./README.md"
111- ]
108+ "after:bump" : " yarn build" ,
109+ "before:npm:release" : " cp ../../README.md ./README.md" ,
110+ "after:npm:release" : " git checkout @ -- ./README.md"
112111 }
113112 },
114113 "eslintConfig" : {
You can’t perform that action at this time.
0 commit comments