Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Oct 18, 2024
1 parent 3391ce9 commit 1888901
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tppm",
"version": "0.4.6",
"version": "0.4.7",
"description": "Trakt Playback Progress Manager",
"author": "sharkykh",
"license": "MIT",
Expand All @@ -15,8 +15,7 @@
"lint": "eslint --cache **/*.{js,vue}",
"build": "webpack --mode production --progress",
"build:dev": "webpack --mode development --progress",
"dev": "webpack-dev-server --mode development --progress",
"preversion": "yarn && yarn lint && yarn build"
"dev": "webpack-dev-server --mode development --progress"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand Down

0 comments on commit 1888901

Please sign in to comment.