@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.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. 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 @username/design-system
23
+ yarn add @nusameta/design-system
24
24
 
25
25
  Atau jika menggunakan NPM:
26
26
 
27
- npm install @username/design-system
28
-
29
- > **Catatan:** Ganti `@username` dengan scope NPM Anda yang sebenarnya.
27
+ npm install @nusameta/design-system
30
28
 
31
29
  ---
32
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nusameta/design-system",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",