@nitra/cursor 1.0.4 → 1.0.5

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/mdc/bun.mdc +4 -1
  2. package/package.json +1 -1
package/mdc/bun.mdc CHANGED
@@ -13,6 +13,7 @@ version: '1.0'
13
13
  - `bun add -d <pkg>`
14
14
  - `bun remove <pkg>`
15
15
  - `bunx <tool>`
16
+ - `npx <tool>`
16
17
 
17
18
 
18
19
  - Для встановлення залежностей використовуй `bun i`.
@@ -23,7 +24,7 @@ version: '1.0'
23
24
  - Для одноразових CLI-команд використовуй `bunx <tool>`.
24
25
 
25
26
  Заборонено використовувати:
26
- - `npm`, `npx`
27
+ - `npm`
27
28
  - `yarn`
28
29
  - `pnpm`
29
30
 
@@ -36,3 +37,5 @@ Lockfile у репозиторії: `bun.lock`.
36
37
  - У CI та локально запускати скрипти через `bun run`.
37
38
 
38
39
  Якщо в package.json є поля `packageManager`, то прибрати їх, також прибрати всі директорії та файлидля yarn
40
+
41
+ Якщо в проекті використовується npx, то не заміняти його на bunx, а використовувати npx.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/cursor",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "CLI для завантаження cursor-правил Nitra у локальний репозиторій",
5
5
  "keywords": [
6
6
  "cli",