@nusameta/design-system 0.0.1 → 0.0.2
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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,13 +20,11 @@ Design System berbasis React, TypeScript, dan Vite yang modern, ringan, dan siap
|
|
|
20
20
|
|
|
21
21
|
Jalankan perintah berikut di terminal proyek Anda:
|
|
22
22
|
|
|
23
|
-
yarn add @
|
|
23
|
+
yarn add @nusameta/design-system
|
|
24
24
|
|
|
25
25
|
Atau jika menggunakan NPM:
|
|
26
26
|
|
|
27
|
-
npm install @
|
|
28
|
-
|
|
29
|
-
> **Catatan:** Ganti `@username` dengan scope NPM Anda yang sebenarnya.
|
|
27
|
+
npm install @nusameta/design-system
|
|
30
28
|
|
|
31
29
|
---
|
|
32
30
|
|