Skip to content

Commit

Permalink
Merge pull request #27 from penge/3_0_0
Browse files Browse the repository at this point in the history
3.0.0
  • Loading branch information
penge authored Oct 17, 2022
2 parents 0fa3298 + 417925d commit e0b7518
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "block-site",
"version": "3.0.0-rc",
"version": "3.0.0",
"description": "Blocks access to distracting websites to improve your productivity.",
"author": "Pavel Bucka",
"license": "MIT",
Expand All @@ -17,14 +17,14 @@
"copy": "copyfiles --up 1 public/** dist && copyfiles manifest.json dist"
},
"devDependencies": {
"@types/chrome": "^0.0.197",
"@types/chrome": "^0.0.198",
"@types/jest": "^29.1.2",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"copyfiles": "^2.4.1",
"eslint": "^8.25.0",
"jest": "^29.2.0",
"ts-jest": "^29.0.3",
"tsup": "^6.2.3"
"tsup": "^6.3.0"
}
}

0 comments on commit e0b7518

Please sign in to comment.