Skip to content

Commit

Permalink
Drop the bluebird devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Nov 15, 2023
1 parent 412337a commit dc16e8a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"semver": "^7.5.4"
},
"devDependencies": {
"bluebird": "3.7.2",
"eslint": "8.53.0",
"eslint-config-mgol": "0.0.48",
"husky": "8.0.3",
Expand Down
1 change: 0 additions & 1 deletion test/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const { existsSync, readFileSync, readdirSync } = require('node:fs');
const fs = require('node:fs/promises');
const spawn = require('node:child_process').spawn;

const Promise = require('bluebird');
const semver = require('semver');
const sinon = require('sinon');

Expand Down

0 comments on commit dc16e8a

Please sign in to comment.