File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" ,
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 }
You can’t perform that action at this time.
0 commit comments