-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from Diaszano/development
Development
- Loading branch information
Showing
2 changed files
with
19 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,27 @@ | ||
# Visual Studio Code and WebStorm Configuration | ||
.vscode/ | ||
.idea/ | ||
# Ignore files and folders for npm package | ||
|
||
# System Files and Directories | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Local Configuration Files | ||
.env | ||
.env.local | ||
.env.*.local | ||
# GitHub actions | ||
.github/workflows | ||
|
||
# TypeScript Source Code | ||
src/ | ||
*.tsx | ||
# Husky configuration | ||
.husky | ||
|
||
# Compiled JavaScript | ||
dist/ | ||
# Node modules | ||
node_modules | ||
|
||
# Test Files | ||
test/ | ||
*.spec.ts | ||
*.test.ts | ||
*.test.tsx | ||
# Test files | ||
tests | ||
|
||
# Development and Configuration Files | ||
.github/workflows | ||
.husky | ||
docs | ||
# Linter configurations | ||
.eslintrc.json | ||
.lintstagedrc.json | ||
.prettierrc.json | ||
|
||
# TypeScript configuration | ||
tsconfig.json | ||
|
||
# Vite configuration | ||
vite.config.ts | ||
|
||
# npm | ||
.npmignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,5 +51,5 @@ | |
"test": "vitest" | ||
}, | ||
"types": "dist/linkAndTrack.d.ts", | ||
"version": "2.0.0" | ||
"version": "2.0.1" | ||
} |