@idds/js 1.0.34 → 1.0.35

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/package.json +2 -2
  2. package/readme.md +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@idds/js",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Design system JS",
7
+ "description": "Vanilla Javascript UI component library for INA Digital Design System",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
10
10
  "unpkg": "dist/index.iife.js",
package/readme.md CHANGED
@@ -1,9 +1,9 @@
1
- # @idds/jss
1
+ # @idds/js
2
2
 
3
- Sebuah pustaka styling yang siap di‑consume oleh berbagai proyek.
3
+ Vanilla Javascript UI component library for INA Digital Design System
4
4
 
5
5
  ## Instalasi
6
6
 
7
7
  ```bash
8
- npm i @idds/jss
8
+ npm i @idds/js
9
9
  ```