Skip to content

Commit

Permalink
Merge pull request #11 from rollup-umd/dev
Browse files Browse the repository at this point in the history
fix(intl): fix sedReplace not imported
  • Loading branch information
kopax authored Nov 14, 2018
2 parents 21b0b22 + 329661a commit 1bb314b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmds/intl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const path = require('path');
const fs = require('fs');
const async = require('async');
const { spawn, exec } = require('../utils');
const { spawn, exec, sedReplace } = require('../utils');

const emptyLink = (pkg, lang, isPrivate) => isPrivate ? `*empty* ([edit now](${pkg.bugs.url.split('/issues')[0]}/edit/dev/translate/${lang}.json))` : `*empty*`;
require('shelljs/global');
Expand Down

0 comments on commit 1bb314b

Please sign in to comment.