@jarooda/jlds 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @jarooda/jlds
2
2
 
3
3
  The CLI for the [JLDS design system](https://github.com/jarooda/jlds). It downloads React/Vue
4
- component source straight into your project — you own and customize the code, shadcn-style.
4
+ component source straight into your project — the code is yours to read, own, and customize.
5
5
 
6
6
  ## Run it
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jarooda/jlds",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Own-your-code component CLI for the JLDS design system — downloads React/Vue components straight into your project.",
5
5
  "bin": {
6
6
  "jlds": "bin/jlds.js"