react-native-twc 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-twc",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Create reusable React Native + NativeWind components with Tailwind CSS syntax.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -17,7 +17,7 @@
17
17
  "build:js": "bun build src/index.tsx --outdir dist --format esm --external react --external react-native --external clsx --external tailwind-merge",
18
18
  "build:dts": "tsc -p tsconfig.build.json",
19
19
  "check-types": "tsc --noEmit",
20
- "publish": "bun run build && npm publish --access public"
20
+ "prepublishOnly": "bun run build"
21
21
  },
22
22
  "keywords": [
23
23
  "react-native",
@@ -33,7 +33,7 @@
33
33
  "license": "MIT",
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git+https://github.com/ldystudio/twc.git"
36
+ "url": "git+https://github.com/ldystudio/react-native-twc.git"
37
37
  },
38
38
  "homepage": "https://react-twc.vercel.app",
39
39
  "devDependencies": {