Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Mar 3, 2025
1 parent 2d016c6 commit 0b8a2ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/AdvancedFlagging.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name Advanced Flagging
// @namespace https://github.com/SOBotics
// @version 2.1.3
// @version 2.2.0
// @author Robert Rudman
// @contributor double-beep
// @match *://*.stackexchange.com/*
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "advancedflagging",
"version": "2.1.3",
"version": "2.2.0",
"scripts": {
"lint": "eslint src",
"build": "npm run lint && npm run esbuild",
"esbuild": "node build.js"
"build": "npm run lint && npm run typecheck && npm run esbuild",
"esbuild": "node build.js",
"typecheck": "tsc --noEmit --project tsconfig.json"
},
"author": "Robert Rudman <[email protected]> (https://github.com/rjrudman)",
"license": "ISC",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"jquery",
"tampermonkey",
"node"
]
],
"skipLibCheck": true
}
}

0 comments on commit 0b8a2ea

Please sign in to comment.