Skip to content

Commit 0b8a2ea

Browse files
authored
2.2.0
1 parent 2d016c6 commit 0b8a2ea

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

dist/AdvancedFlagging.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Advanced Flagging
33
// @namespace https://github.com/SOBotics
4-
// @version 2.1.3
4+
// @version 2.2.0
55
// @author Robert Rudman
66
// @contributor double-beep
77
// @match *://*.stackexchange.com/*

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "advancedflagging",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"scripts": {
55
"lint": "eslint src",
6-
"build": "npm run lint && npm run esbuild",
7-
"esbuild": "node build.js"
6+
"build": "npm run lint && npm run typecheck && npm run esbuild",
7+
"esbuild": "node build.js",
8+
"typecheck": "tsc --noEmit --project tsconfig.json"
89
},
910
"author": "Robert Rudman <[email protected]> (https://github.com/rjrudman)",
1011
"license": "ISC",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"jquery",
1818
"tampermonkey",
1919
"node"
20-
]
20+
],
21+
"skipLibCheck": true
2122
}
2223
}

0 commit comments

Comments
 (0)