Skip to content

Commit

Permalink
refactor: use native promise instead of bluebird (#295)
Browse files Browse the repository at this point in the history
* refactor: use native promise instead of bluebird

* chore(deps): uninstall `@types/bluebird`
  • Loading branch information
yoshinorin authored Nov 26, 2022
1 parent 2e28b0e commit 83c85a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/spawn.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import spawn from 'cross-spawn';
import Promise from 'bluebird';
import CacheStream from './cache_stream';

import { SpawnOptions } from 'child_process';
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
],
"license": "MIT",
"devDependencies": {
"@types/bluebird": "^3.5.37",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.11.8",
"@types/prismjs": "^1.26.0",
Expand All @@ -53,7 +52,6 @@
"typescript": "^4.8.4"
},
"dependencies": {
"bluebird": "^3.7.2",
"camel-case": "^4.1.2",
"cross-spawn": "^7.0.3",
"deepmerge": "^4.2.2",
Expand Down

0 comments on commit 83c85a0

Please sign in to comment.