Skip to content

Commit 0271390

Browse files
committed
fix ts types path declaration
1 parent b807dac commit 0271390

3 files changed

Lines changed: 10 additions & 333 deletions

File tree

builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"build": "node scripts/build.js"
66
},
77
"devDependencies": {
8-
"react-native-builder-bob": "0.40.11"
8+
"react-native-builder-bob": "0.40.13"
99
}
1010
}

package/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ping-react-native",
3-
"version": "1.0.4-beta.1",
3+
"version": "1.0.4",
44
"description": "Ping controller for React Native app",
55
"author": "RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)",
66
"license": "MIT",
@@ -20,15 +20,15 @@
2020
},
2121
"main": "./lib/commonjs/index.js",
2222
"module": "./lib/module/index.js",
23-
"types": "./lib/typescript/commonjs/src/index.d.ts",
23+
"types": "./lib/typescript/commonjs/index.d.ts",
2424
"exports": {
2525
".": {
2626
"import": {
27-
"types": "./lib/typescript/module/src/index.d.ts",
27+
"types": "./lib/typescript/module/index.d.ts",
2828
"default": "./lib/module/index.js"
2929
},
3030
"require": {
31-
"types": "./lib/typescript/commonjs/src/index.d.ts",
31+
"types": "./lib/typescript/commonjs/index.d.ts",
3232
"default": "./lib/commonjs/index.js"
3333
}
3434
}

0 commit comments

Comments
 (0)