@ivuorinen/markdownlint-config 0.2.8 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@ivuorinen/markdownlint-config",
3
- "version": "0.2.8",
3
+ "version": "0.3.0",
4
+ "type": "module",
4
5
  "description": "ivuorinen's shareable configuration for markdownlint.",
5
6
  "author": {
6
7
  "name": "Ismo Vuorinen",
@@ -33,11 +34,11 @@
33
34
  "url": "https://github.com/ivuorinen/base-configs.git"
34
35
  },
35
36
  "scripts": {
36
- "postinstall": "node scripts/postinstall.js"
37
+ "postinstall": "node scripts/postinstall.cjs"
37
38
  },
38
39
  "dependencies": {
39
- "@ivuorinen/config-checker": "^1.1.3",
40
+ "@ivuorinen/config-checker": "^1.1.5",
40
41
  "markdownlint-cli": "0.41.0"
41
42
  },
42
- "gitHead": "b90fcbf1e107e89f67d10a9eb09af1496e5a7465"
43
+ "gitHead": "48856d9c71d7199f53fa83dfbbeac1378e6dce0a"
43
44
  }
@@ -2,6 +2,7 @@
2
2
 
3
3
  const fs = require('fs')
4
4
  const path = require('path')
5
+ // noinspection NpmUsedModulesInstalled
5
6
  const process = require('process')
6
7
  const checkConfig = require('@ivuorinen/config-checker')
7
8
  const foundConfig = checkConfig('markdownlint')