Skip to content

Commit 099dd34

Browse files
committed
format
1 parent 9d1061b commit 099dd34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/package/src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ export async function build(config, cwd = process.cwd()) {
3939
}
4040

4141
if (pkg.svelte) {
42-
console.warn(
43-
'The "svelte" field in package.json has been deprecated.\n'
44-
);
42+
console.warn('The "svelte" field in package.json has been deprecated.\n');
4543
}
4644

4745
write(join(dir, 'package.json'), JSON.stringify(pkg, null, 2));

0 commit comments

Comments
 (0)