@nitra/cursor 1.0.0 → 1.0.1

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 CHANGED
@@ -73,8 +73,8 @@ npm/
73
73
  │ ├── js-format.mdc
74
74
  │ ├── npm-module.mdc
75
75
  │ └── spell.mdc
76
- └── src/
77
- └── cli.js # CLI-скрипт
76
+ └── bin/
77
+ └── nitra-cursor.js # CLI-скрипт
78
78
  ```
79
79
 
80
80
  ## Мета проекту
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/cursor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI для завантаження cursor-правил Nitra у локальний репозиторій",
5
5
  "keywords": [
6
6
  "cli",
@@ -20,11 +20,11 @@
20
20
  "url": "git+https://github.com/nitra/cursor.git"
21
21
  },
22
22
  "bin": {
23
- "nitra-cursor": "./src/cli.js"
23
+ "nitra-cursor": "./bin/nitra-cursor.js"
24
24
  },
25
25
  "files": [
26
26
  "mdc",
27
- "src"
27
+ "bin"
28
28
  ],
29
29
  "type": "module",
30
30
  "scripts": {
File without changes