Skip to content

Commit 0e3485e

Browse files
committed
chore: update package.json
1 parent 6b717a6 commit 0e3485e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/react-native-tailwind.macro/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tailwind.macro",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Babel macro for writing Tailwind styles in React Native (+ Web)",
55
"main": "dist/cjs",
66
"module": "dist",
@@ -24,7 +24,11 @@
2424
"build:commonjs": "tsc -p tsconfig.cjs.json"
2525
},
2626
"keywords": [
27+
"babel-plugin-macros",
2728
"react-native",
29+
"react-native-web",
30+
"tailwind",
31+
"tailwindcss",
2832
"ios",
2933
"android"
3034
],

0 commit comments

Comments
 (0)