Skip to content

Commit

Permalink
fix(babel): migrated babel dependencies to scoped versions (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 8, 2023
1 parent d2d5b8e commit c362bdc
Show file tree
Hide file tree
Showing 3 changed files with 1,250 additions and 26,129 deletions.
5 changes: 2 additions & 3 deletions bin/semantic-release.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env node
/* eslint-disable import/no-unassigned-import */
require('babel-register')({only: 'semantic-release-cli/src'});
require('babel-polyfill');
require('@babel/register')({only: 'semantic-release-cli/src'});
require('@babel/polyfill');

require('../src')().catch(() => {
process.exitCode = 1;
Expand Down

0 comments on commit c362bdc

Please sign in to comment.