@ivuorinen/markdownlint-config 0.2.9 → 0.3.1

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.9",
3
+ "version": "0.3.1",
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.4",
40
- "markdownlint-cli": "0.41.0"
40
+ "@ivuorinen/config-checker": "^1",
41
+ "markdownlint-cli": "^0"
41
42
  },
42
- "gitHead": "3cf835ada8bc76c8f30703298bfcc5446f859207"
43
+ "gitHead": "963ff4fd63b3e1b59a6b3897c7a9905f603664dc"
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')