We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59286f5 commit b35d119Copy full SHA for b35d119
1 file changed
package.json
@@ -15,7 +15,6 @@
15
"module": "./dist/index.js",
16
"react-native": "./dist/index.native.js",
17
"types": "./dist/index.d.ts",
18
- "dependencies": {},
19
"scripts": {
20
"husky:install": "husky install",
21
"precompile:native": ". automation/precompile-native.sh",
@@ -88,5 +87,16 @@
88
87
"commitizen": {
89
"path": "./node_modules/cz-conventional-changelog"
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"
102
0 commit comments