@new-ui/effects 0.1.5 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ To get started quickly, you can use the CDN files.
11
11
 
12
12
  ```html
13
13
  <!-- Place this at the html head -->
14
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/effects@<version>/dist/index.css">
14
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@new-ui/effects@latest/dist/index.css">
15
15
  ```
16
16
 
17
17
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@new-ui/effects",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Layering, elevations, and effects styles.",
5
5
  "source": "src/index.scss",
6
6
  "main": "dist/index.css",