We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e741b commit 28f09edCopy full SHA for 28f09ed
2 files changed
lib/normalize.js
@@ -2,7 +2,7 @@ const valid = require('semver/functions/valid')
2
const clean = require('semver/functions/clean')
3
const fs = require('fs/promises')
4
const path = require('path')
5
-const log = require('proc-log')
+const { log } = require('proc-log')
6
7
/**
8
* @type {import('hosted-git-info')}
package.json
@@ -36,7 +36,7 @@
36
"hosted-git-info": "^7.0.0",
37
"json-parse-even-better-errors": "^3.0.0",
38
"normalize-package-data": "^6.0.0",
39
- "proc-log": "^3.0.0",
+ "proc-log": "^4.0.0",
40
"semver": "^7.5.3"
41
},
42
"repository": {
0 commit comments