Skip to content

Commit

Permalink
update to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JLaferri committed Apr 8, 2021
1 parent fba7c68 commit 21f03cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "slippi-desktop-app",
"productName": "Slippi Desktop App",
"version": "1.6.7",
"version": "1.6.8",
"description": "Slippi Desktop App for browsing and playing replays.",
"scripts": {
"build": "concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down Expand Up @@ -310,6 +310,8 @@
}
},
"lint-staged": {
"*.js": ["yarn lint --quiet --fix"]
"*.js": [
"yarn lint --quiet --fix"
]
}
}
}

0 comments on commit 21f03cc

Please sign in to comment.