Skip to content

Commit

Permalink
chore: Update .gitignore and .npmignore to exclude bun.lockb and add …
Browse files Browse the repository at this point in the history
…test/ directory
  • Loading branch information
EvarinDev committed Jul 21, 2024
1 parent a8a403a commit d3a781c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ dist

# Finder (MacOS) folder config
.DS_Store
bun.lockb
bun.lockb
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.github/
.vscode/
src/
bun.lockb
bun.lockb
test/
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"version": "1.0.0-indev",
"description": "Sunday a lavalink wrapper",
"scripts": {
"build:js": "npx babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"lint": "npx x eslint src/**/*.ts",
Expand All @@ -15,6 +17,10 @@
"globals": "^15.8.0",
"typescript-eslint": "^7.16.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"peerDependencies": {
"typescript": "^5.5.3"
},
Expand Down
1 change: 0 additions & 1 deletion test/connect.d.ts

This file was deleted.

0 comments on commit d3a781c

Please sign in to comment.