Skip to content

Commit b026544

Browse files
committed
chore: updating package.json
1 parent fec60a6 commit b026544

3 files changed

Lines changed: 40 additions & 37 deletions

File tree

example/ios/HapticsExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
261261
CLANG_ENABLE_MODULES = YES;
262262
CURRENT_PROJECT_VERSION = 1;
263+
DEVELOPMENT_TEAM = ZB72KN377U;
263264
ENABLE_BITCODE = NO;
264265
INFOPLIST_FILE = HapticsExample/Info.plist;
265266
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
@@ -288,6 +289,7 @@
288289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
289290
CLANG_ENABLE_MODULES = YES;
290291
CURRENT_PROJECT_VERSION = 1;
292+
DEVELOPMENT_TEAM = ZB72KN377U;
291293
INFOPLIST_FILE = HapticsExample/Info.plist;
292294
IPHONEOS_DEPLOYMENT_TARGET = 15.1;
293295
LD_RUNPATH_SEARCH_PATHS = (

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "react-native-haptics",
2+
"name": "@mhpdev/react-native-haptics",
33
"version": "0.1.0",
44
"description": "A high-performance React Native library for iOS haptics and Android vibration effects",
5-
"main": "./lib/commonjs/index.js",
5+
"source": "./src/index.tsx",
6+
"main": "./lib/module/index.js",
67
"module": "./lib/module/index.js",
7-
"types": "./lib/typescript/module/src/index.d.ts",
8+
"types": "./lib/typescript/src/index.d.ts",
89
"files": [
910
"src",
1011
"lib",

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2271,6 +2271,40 @@ __metadata:
22712271
languageName: node
22722272
linkType: hard
22732273

2274+
"@mhpdev/react-native-haptics@workspace:.":
2275+
version: 0.0.0-use.local
2276+
resolution: "@mhpdev/react-native-haptics@workspace:."
2277+
dependencies:
2278+
"@commitlint/config-conventional": ^19.6.0
2279+
"@eslint/compat": ^1.2.7
2280+
"@eslint/eslintrc": ^3.3.0
2281+
"@eslint/js": ^9.22.0
2282+
"@evilmartians/lefthook": ^1.5.0
2283+
"@react-native-community/cli": 15.0.0-alpha.2
2284+
"@react-native/babel-preset": 0.79.2
2285+
"@react-native/eslint-config": ^0.78.0
2286+
"@release-it/conventional-changelog": ^9.0.2
2287+
"@types/jest": ^29.5.5
2288+
"@types/react": ^19.0.0
2289+
commitlint: ^19.6.1
2290+
del-cli: ^5.1.0
2291+
eslint: ^9.22.0
2292+
eslint-config-prettier: ^10.1.1
2293+
eslint-plugin-prettier: ^5.2.3
2294+
jest: ^29.7.0
2295+
prettier: ^3.0.3
2296+
react: 19.0.0
2297+
react-native: 0.79.2
2298+
react-native-builder-bob: ^0.40.13
2299+
release-it: ^17.10.0
2300+
turbo: ^1.10.7
2301+
typescript: ^5.8.3
2302+
peerDependencies:
2303+
react: "*"
2304+
react-native: "*"
2305+
languageName: unknown
2306+
linkType: soft
2307+
22742308
"@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1":
22752309
version: 5.1.1-v1
22762310
resolution: "@nicolo-ribaudo/eslint-scope-5-internals@npm:5.1.1-v1"
@@ -10298,40 +10332,6 @@ __metadata:
1029810332
languageName: unknown
1029910333
linkType: soft
1030010334

10301-
"react-native-haptics@workspace:.":
10302-
version: 0.0.0-use.local
10303-
resolution: "react-native-haptics@workspace:."
10304-
dependencies:
10305-
"@commitlint/config-conventional": ^19.6.0
10306-
"@eslint/compat": ^1.2.7
10307-
"@eslint/eslintrc": ^3.3.0
10308-
"@eslint/js": ^9.22.0
10309-
"@evilmartians/lefthook": ^1.5.0
10310-
"@react-native-community/cli": 15.0.0-alpha.2
10311-
"@react-native/babel-preset": 0.79.2
10312-
"@react-native/eslint-config": ^0.78.0
10313-
"@release-it/conventional-changelog": ^9.0.2
10314-
"@types/jest": ^29.5.5
10315-
"@types/react": ^19.0.0
10316-
commitlint: ^19.6.1
10317-
del-cli: ^5.1.0
10318-
eslint: ^9.22.0
10319-
eslint-config-prettier: ^10.1.1
10320-
eslint-plugin-prettier: ^5.2.3
10321-
jest: ^29.7.0
10322-
prettier: ^3.0.3
10323-
react: 19.0.0
10324-
react-native: 0.79.2
10325-
react-native-builder-bob: ^0.40.13
10326-
release-it: ^17.10.0
10327-
turbo: ^1.10.7
10328-
typescript: ^5.8.3
10329-
peerDependencies:
10330-
react: "*"
10331-
react-native: "*"
10332-
languageName: unknown
10333-
linkType: soft
10334-
1033510335
"react-native-monorepo-config@npm:^0.1.8, react-native-monorepo-config@npm:^0.1.9":
1033610336
version: 0.1.9
1033710337
resolution: "react-native-monorepo-config@npm:0.1.9"

0 commit comments

Comments
 (0)