Skip to content

Commit

Permalink
chore: switch 'linkify-changelog.js' to ESM (#4812) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
juergba committed Jan 17, 2022
1 parent 0a1b7f8 commit f297790
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 242 deletions.
96 changes: 48 additions & 48 deletions CHANGELOG.md

Large diffs are not rendered by default.

203 changes: 39 additions & 164 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -300,7 +300,7 @@ module.exports = {
description: 'Update list of AUTHORS'
},
linkifyChangelog: {
script: 'node scripts/linkify-changelog.js',
script: 'node scripts/linkify-changelog.mjs',
description: 'Add/update GitHub links in CHANGELOG.md'
},
version: {
Expand Down
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -131,9 +131,9 @@
"pidtree": "^0.5.0",
"prettier": "^2.4.1",
"regenerator-runtime": "0.13.7",
"remark": "^14.0.1",
"remark-github": "^11.1.1",
"remark-inline-links": "^6.0.0",
"remark": "^14.0.2",
"remark-github": "^11.2.2",
"remark-inline-links": "^6.0.1",
"requirejs": "^2.3.6",
"rewiremock": "^3.14.3",
"rimraf": "^3.0.2",
Expand All @@ -145,7 +145,6 @@
"strip-ansi": "^6.0.0",
"svgo": "^1.3.2",
"through2": "^4.0.2",
"to-vfile": "^6.1.0",
"touch": "^3.1.0",
"unexpected": "^11.14.0",
"unexpected-eventemitter": "^2.2.0",
Expand Down
25 changes: 0 additions & 25 deletions scripts/linkify-changelog.js

This file was deleted.

0 comments on commit f297790

Please sign in to comment.