Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Userscripts",
"version": "1.1.1",
"version": "1.2.0",
"description": "A collection of userscript experiments that are too small to be in an extension. From minor website adjustments such as removing spoilers to improving the media viewer.",
"author": "quantix-dev",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"husky": "^8.0.1",
"npm-run-all": "^4.1.5",
"resolve": "^1.22.0",
"rollup": "^2.71.1",
"rollup": "^2.77.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-userscript": "^0.1.1"
}
Expand Down
Loading