starti.app 1.3.16 → 1.3.17

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 +3 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,16 +16,11 @@ Add the package to your project in one of two ways:
16
16
 
17
17
  1) Add the package using npm:
18
18
  ```
19
- npm install starti.app
19
+ npm install --save-dev starti.app
20
20
  ```
21
21
 
22
- 2) Add the following to your HTML file:
22
+ 2) This only includes the types for the package. The package itself is loaded from a CDN. Contact starti.app, to get your package loaded on the CDN. Then you can add the following script tag to your head tag:
23
23
 
24
24
  ```
25
- <script
26
- crossorigin
27
- src="https://unpkg.com/starti.app@1.0.12/umd/main.js">
28
- </script>
25
+ <script src="https://cdn.starti.app/c/${YOUR_BRAND}/main.js"></script>
29
26
  ```
30
-
31
- Remember to update the version number (set to 1.0.12 above) to the latest version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starti.app",
3
- "version": "1.3.16",
3
+ "version": "1.3.17",
4
4
  "description": "Use this package for easy communication with the starti.app API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",