Skip to content

Commit

Permalink
fix(src/index.js): remove 'stream-buffers'
Browse files Browse the repository at this point in the history
  • Loading branch information
cycjimmy committed Oct 17, 2019
1 parent 0087887 commit d2cecad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const exec = require('./_exec');
const path = require('path');
const {WritableStreamBuffer} = require('stream-buffers');

const core = require('@actions/core');
const semanticRelease = require('semantic-release');

Expand Down

0 comments on commit d2cecad

Please sign in to comment.