Skip to content

Commit cea06a6

Browse files
authored
Merge pull request #1 from livelearninnovate/chore/davkub/remove-former-pkg-fields
chore: remove fields, turn off npm publish
2 parents 4ddb0da + cdb998d commit cea06a6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,12 @@
22
"name": "react-native-health-connect",
33
"version": "3.3.3",
44
"description": "React native library for health connect (Android only)",
5-
"funding": "https://github.com/matinzd/react-native-health-connect?sponsor=1",
65
"main": "lib/commonjs/index",
76
"module": "lib/module/index",
87
"types": "lib/typescript/index.d.ts",
98
"react-native": "src/index",
109
"source": "src/index",
11-
"repository": "https://github.com/matinzd/react-native-health-connect",
12-
"author": "matinzd <[email protected]> (https://github.com/matinzd)",
1310
"license": "MIT",
14-
"bugs": {
15-
"url": "https://github.com/matinzd/react-native-health-connect/issues"
16-
},
17-
"homepage": "https://github.com/matinzd/react-native-health-connect#readme",
18-
"publishConfig": {
19-
"registry": "https://registry.npmjs.org/"
20-
},
2111
"scripts": {
2212
"test": "jest",
2313
"typecheck": "tsc --noEmit",
@@ -98,7 +88,7 @@
9888
"tagName": "v${version}"
9989
},
10090
"npm": {
101-
"publish": true
91+
"publish": false
10292
},
10393
"github": {
10494
"release": true

0 commit comments

Comments
 (0)