Added issue templates; Removed packet managers, switched to npm; Fixed a lot of Bugs; Added new Versioning; Added types and reworked docs; Refactored project structure;
This commit is contained in:
+22
-9
@@ -1,16 +1,29 @@
|
||||
.idea
|
||||
.git
|
||||
.github
|
||||
.git
|
||||
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
dist
|
||||
node_modules
|
||||
|
||||
.husky
|
||||
src
|
||||
set-version.js
|
||||
|
||||
README.md
|
||||
SECURITY.md
|
||||
CODEOWNERS
|
||||
|
||||
.gitignore
|
||||
.npmignore
|
||||
.husky
|
||||
node_modules
|
||||
src
|
||||
README.md
|
||||
.prettierignore
|
||||
.prettierrc
|
||||
.gitattributes
|
||||
|
||||
tsconfig.json
|
||||
tsconfig.eslint.json
|
||||
tsup.config.ts
|
||||
eslint.config.js
|
||||
.prettierrc
|
||||
.vscode
|
||||
eslint.config.typeaware.cjs
|
||||
tsconfig.eslint.json
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user