Skip to content

Commit e4e4b83

Browse files
committed
fix: the main path in package.json
1 parent 208af79 commit e4e4b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "A high-performance React Native library for iOS haptics and Android vibration effects",
55
"source": "./src/index.tsx",
6-
"main": "./lib/commonjs/index.js",
6+
"main": "./lib/module/index.js",
77
"module": "./lib/module/index.js",
88
"types": "./lib/typescript/module/src/index.d.ts",
99
"files": [

0 commit comments

Comments
 (0)