Skip to content

Commit b35d119

Browse files
feat: add npm scoped settings in package.json
1 parent 59286f5 commit b35d119

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"module": "./dist/index.js",
1616
"react-native": "./dist/index.native.js",
1717
"types": "./dist/index.d.ts",
18-
"dependencies": {},
1918
"scripts": {
2019
"husky:install": "husky install",
2120
"precompile:native": ". automation/precompile-native.sh",
@@ -88,5 +87,16 @@
8887
"commitizen": {
8988
"path": "./node_modules/cz-conventional-changelog"
9089
}
91-
}
90+
},
91+
"directories": {
92+
"example": "examples"
93+
},
94+
"repository": {
95+
"type": "git",
96+
"url": "git+https://github.com/nexpy-io/react-easy-context-api.git"
97+
},
98+
"bugs": {
99+
"url": "https://github.com/nexpy-io/react-easy-context-api/issues"
100+
},
101+
"homepage": "https://github.com/nexpy-io/react-easy-context-api#readme"
92102
}

0 commit comments

Comments
 (0)