Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stamoun committed Jan 20, 2024
1 parent 862a498 commit d0fd0a2
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 260 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 16

- run: pip install packaging

- run: yarn install
- run: yarn build
- run: yarn production
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"editor.formatOnSave": true,
"eslint.alwaysShowStatus": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lofi",
"version": "2.0.1",
"version": "2.0.2",
"description": "Mini Spotify player with visualizations.",
"homepage": "http://lofi.rocks",
"main": "./pack/main.bundle.js",
Expand Down Expand Up @@ -70,8 +70,8 @@
"html-webpack-plugin": "^4.5.1",
"husky": "^8.0.3",
"native-ext-loader": "^2.3.0",
"node-addon-api": "^3.1.0",
"node-gyp": "^9.3.1",
"node-addon-api": "^7.1.0",
"node-gyp": "^10.0.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
Expand Down
Loading

0 comments on commit d0fd0a2

Please sign in to comment.