We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@bugfender/common
1 parent 5327a3a commit 7f97499Copy full SHA for 7f97499
4 files changed
.gitignore
@@ -50,6 +50,7 @@ example/ios/Pods
50
51
# node.js
52
#
53
+.yarn
54
node_modules/
55
package-lock.json
56
npm-debug.log
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
package.json
@@ -79,6 +79,7 @@
79
"@types/react": "17.0.21"
80
},
81
"peerDependencies": {
82
+ "@bugfender/common": "^1.0.0",
83
"@bugfender/sdk": "^2.2.2",
84
"react": "*",
85
"react-native": "*"
@@ -156,8 +157,5 @@
156
157
}
158
]
159
- },
160
- "dependencies": {
161
- "@bugfender/common": "^1.0.0"
162
163
0 commit comments