Skip to content

Commit

Permalink
chore: one more version & declare files package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdenisov committed Jan 4, 2023
1 parent 7242157 commit adddf5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ yarn-debug.log*
yarn-error.log*
lerna-debug.log*
package-lock.*
.DS_Store
# Config
config.json
# Diagnostic reports (https://nodejs.org/api/report.html)
Expand Down Expand Up @@ -118,4 +119,6 @@ testing/
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
!.yarn/versions

.DS_Store
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "ytmusic",
"version": "0.0.7",
"version": "0.0.8",
"description": "Unofficial Youtube Music Api",
"main": "dist/index.js",
"files": ["dist"],
"keywords": [
"youtube api",
"youtube music",
Expand Down

0 comments on commit adddf5f

Please sign in to comment.