@otr-app/shared-backend-generated-client 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -16
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,5 @@
1
- ## Setup
2
- - Add a dependency on OTRSharedLibs in bower.json. TBD: the repo below will be made private
3
-
4
- ```js
5
- ...
6
- "otr-shared-libs": "https://github.com/alexg313/OTRSharedLibs.git#v1.0.2",
7
- ...
8
- ```
9
-
10
- - After running the proper build command to pull in all the bower dependencies, then in your index.html include the script(s)
11
-
12
- ```html
13
- <script src="{path/to/bower_components}/otr-shared-libs/dist/otrBackendService.min.js"></script>
14
- ```
15
-
16
- - In your app.js, inject the otrBackendService module
1
+ # Module
2
+ In your app.js, inject the otrBackendService module
17
3
 
18
4
  ```js
19
5
  angular.module("otr-console", [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otr-app/shared-backend-generated-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/otrBackendService.min.js",
5
5
  "files": [
6
6
  "/dist"