Skip to content

Commit

Permalink
Merge branch 'release/1.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
adufr committed Dec 18, 2023
2 parents aeb44e1 + 9c8e25c commit 07d9073
Show file tree
Hide file tree
Showing 6 changed files with 3,001 additions and 1,637 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.formatDocument": false,
"source.fixAll.eslint": "explicit",
"source.formatDocument": "never"
}
}
6 changes: 2 additions & 4 deletions dist/quick-add-to-playlist.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick-add-to-playlist",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"build": "spicetify-creator",
Expand All @@ -11,18 +11,18 @@
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"eslint": "^8.42.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.1.1",
"spicetify-creator": "^1.0.13",
"typescript": "5.0.4"
"spicetify-creator": "^1.0.17",
"typescript": "5.3.3"
},
"dependencies": {
"spcr-settings": "^1.1.0"
"spcr-settings": "^1.3.0"
}
}
Loading

0 comments on commit 07d9073

Please sign in to comment.