Skip to content

Commit

Permalink
Add github repo url in package.json
Browse files Browse the repository at this point in the history
revert Readme changes
  • Loading branch information
netCloudTT committed Nov 26, 2020
1 parent 98480b1 commit 727a22e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,34 +83,34 @@ netField.auth.auth(params)

## Resources

1. [Auth](./docs/auth)
1. [Auth](./docs/auth.md)

2. Device
* [Main](./docs/devices/devices)
* [Containers](./docs/devices/containers)
* [Containers Routes](./docs/devices/routes)
* [Notifications](./docs/devices/notifications)
* [Remote](./docs/devices/remote)
* [Main](./docs/devices/devices.md)
* [Containers](./docs/devices/containers.md)
* [Containers Routes](./docs/devices/routes.md)
* [Notifications](./docs/devices/notifications.md)
* [Remote](./docs/devices/remote.md)

3. [Containers](./docs/containers)
3. [Containers](./docs/containers.md)

4. Organisation
* [Main](./docs/organisations/organisations)
* [Manifest](./docs/organisations/manifests)
* [Main](./docs/organisations/organisations.md)
* [Manifest](./docs/organisations/manifests.md)

5. [Tenants](./docs/tenants)
5. [Tenants](./docs/tenants.md)

6. [Users](./docs/users)
6. [Users](./docs/users.md)

7. [Permissions](./docs/permissions)
7. [Permissions](./docs/permissions.md)

8. [Roles](./docs/roles)
8. [Roles](./docs/roles.md)

9. [EdgeOs](./docs/edgeos)
9. [EdgeOs](./docs/edgeos.md)

10. [Keys](./docs/keys)
10. [Keys](./docs/keys.md)

11. [Webhooks](./docs/webhooks)
11. [Webhooks](./docs/webhooks.md)


## Tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"repository": {
"type": "git",
"url": ""
"url": "https://github.com/HilscherAutomation/netFIELD-node-sdk"
},
"dependencies": {
"btoa": "^1.2.1",
Expand Down

0 comments on commit 727a22e

Please sign in to comment.