Skip to content

Commit ad539b8

Browse files
committed
refactor: move project files from notion/ to root directory
- Restructure project by moving all files from notion/ subdirectory to root - Update package.json to remove "notion" from files field - Improve project structure to follow standard Node.js conventions - No functional changes or impacts on npm package publishing
1 parent 786cd62 commit ad539b8

File tree

17 files changed

+2
-3
lines changed

17 files changed

+2
-3
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If you encounter permission errors:
132132
The project is organized in a modular way to improve maintainability and readability:
133133

134134
```
135-
notion/
135+
./
136136
├── src/
137137
│ ├── index.ts # Entry point and command-line handling
138138
│ ├── client/
File renamed without changes.

notion/package.json renamed to package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
},
1212
"files": [
1313
"build",
14-
"Readme.md",
15-
"notion"
14+
"Readme.md"
1615
],
1716
"scripts": {
1817
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)