@uwayss/bareed 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# bareed
|
|
2
2
|
|
|
3
|
-
Exports an Expo app and uploads it to your own [Bareed](https://
|
|
3
|
+
Exports an Expo app and uploads it to your own [Bareed](https://code.uwayss.com/uwayss/bareed) update server.
|
|
4
4
|
|
|
5
5
|
Run it in the directory of your Expo app:
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uwayss/bareed",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Export an Expo app and upload it to your own Bareed update server",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Muhammed Antar",
|
|
7
|
-
"homepage": "https://
|
|
7
|
+
"homepage": "https://code.uwayss.com/uwayss/bareed",
|
|
8
|
+
"bugs": {
|
|
9
|
+
"url": "https://code.uwayss.com/uwayss/bareed/issues"
|
|
10
|
+
},
|
|
8
11
|
"repository": {
|
|
9
12
|
"type": "git",
|
|
10
|
-
"url": "git+https://
|
|
13
|
+
"url": "git+https://code.uwayss.com/uwayss/bareed.git",
|
|
11
14
|
"directory": "packages/cli"
|
|
12
15
|
},
|
|
13
16
|
"keywords": [
|