@data-fair/app-dashboards 0.3.8 → 0.4.0
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
CHANGED
@@ -42,7 +42,7 @@ Simply publish the project on the global npm registry (you need to be member of
|
|
42
42
|
|
43
43
|
If the release is a bug fix and you don't want to wait 24h (the cache delay of jsdelivr), you can purge the cache for the index.html file of the minor version in the CDN:
|
44
44
|
|
45
|
-
curl https://purge.jsdelivr.net/npm/@data-fair/app-dashboards@0.
|
45
|
+
curl https://purge.jsdelivr.net/npm/@data-fair/app-dashboards@0.4/dist/index.html
|
46
46
|
|
47
47
|
To publish a version for testing purposes you can tag it as a pre-release and publish it with the tag "staging".
|
48
48
|
|