Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 55e231d

Browse files
author
sluger
committed
fix formatting
1 parent 787fe6c commit 55e231d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

rollup.config.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import commonjs from 'rollup-plugin-commonjs';
44
import babel from 'rollup-plugin-babel';
55

66
export default {
7-
external: ['chart.js'],
8-
output: {
9-
file: 'build/Plugin.Errorbars.js',
10-
format: 'umd',
11-
globals: {
12-
'chart.js': 'Chart'
13-
},
14-
name: 'PluginErrorbars'
7+
external: ['chart.js'],
8+
output: {
9+
file: 'build/Plugin.Errorbars.js',
10+
format: 'umd',
11+
globals: {
12+
'chart.js': 'Chart'
1513
},
14+
name: 'PluginErrorbars'
15+
},
1616
plugins: [
1717
resolve(),
1818
commonjs(),

0 commit comments

Comments
 (0)