Skip to content

Commit 1bb314b

Browse files
authored
Merge pull request #11 from rollup-umd/dev
fix(intl): fix sedReplace not imported
2 parents 21b0b22 + 329661a commit 1bb314b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cmds/intl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const path = require('path');
33
const fs = require('fs');
44
const async = require('async');
5-
const { spawn, exec } = require('../utils');
5+
const { spawn, exec, sedReplace } = require('../utils');
66

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

0 commit comments

Comments
 (0)