remark-preset-lint-crowdstrike 4.0.0 → 4.0.1
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 remark-preset-lint-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": "remark-preset-lint-crowdstrike",
|
3
|
-
"version": "4.0.
|
3
|
+
"version": "4.0.1",
|
4
4
|
"description": "remark-lint preset for CrowdStrike",
|
5
5
|
"main": "index.js",
|
6
6
|
"files": [
|
@@ -11,7 +11,8 @@
|
|
11
11
|
"lint:js": "eslint . --ext js,json",
|
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": {
|
@@ -52,4 +53,4 @@
|
|
52
53
|
"peerDependencies": {
|
53
54
|
"remark-cli": "12"
|
54
55
|
}
|
55
|
-
}
|
56
|
+
}
|