Skip to content

Commit

Permalink
Remove unused prepend-file dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 15, 2022
1 parent cd55c13 commit 59053b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -5,7 +5,6 @@ const conventionalRecommendedBump = require('conventional-recommended-bump');
const conventionalChangelog = require('conventional-changelog');
const semver = require('semver');
const concat = require('concat-stream');
const prependFile = require('prepend-file');

class ConventionalChangelog extends Plugin {
static disablePlugin(options) {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -32,8 +32,7 @@
"dependencies": {
"concat-stream": "^2.0.0",
"conventional-changelog": "^3.1.25",
"conventional-recommended-bump": "^6.1.0",
"prepend-file": "^2.0.0"
"conventional-recommended-bump": "^6.1.0"
},
"devDependencies": {
"bron": "^1.1.1",
Expand Down

0 comments on commit 59053b4

Please sign in to comment.