onairos 0.1.4 → 0.1.6
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,6 +13,12 @@ https://Onairos.uk/dev-board
|
|
|
13
13
|
npm install onairos
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
+
Import the package as a default import
|
|
17
|
+
|
|
18
|
+
```jsx
|
|
19
|
+
import Onairos from 'onairos';
|
|
20
|
+
```
|
|
21
|
+
|
|
16
22
|
### 3. Setup the Onairos Connection Object
|
|
17
23
|
|
|
18
24
|
First create the Request Object which Users will Authorize (or not) in the extension popup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "onairos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@testing-library/jest-dom": "^5.17.0",
|
|
6
6
|
"@testing-library/react": "^13.4.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"Identity"
|
|
56
56
|
],
|
|
57
57
|
"author": "Zion Darko",
|
|
58
|
-
"license": "
|
|
58
|
+
"license": "Apache-2.0",
|
|
59
59
|
"bugs": {
|
|
60
60
|
"url": "https://github.com/zd819/OnairosNPM/issues"
|
|
61
61
|
},
|