rekan-kerja 1.0.1 → 1.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/package.json +1 -1
  2. package/start.sh +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rekan-kerja",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Tiny 3KB ghost package",
5
5
  "main": "index.js",
6
6
  "author": "Aing",
package/start.sh CHANGED
@@ -2,7 +2,7 @@
2
2
  echo "🚀 Memulai siklus download/hapus..."
3
3
  while true
4
4
  do
5
- npm install Rek-AN --no-save --no-package-lock --quiet
5
+ npm install rekan-kerja
6
6
  echo "✅ Downloaded. Now deleting..."
7
7
  rm -rf node_modules
8
8
  done