We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d7ef1 commit cdb310fCopy full SHA for cdb310f
rollup.config.js
@@ -2,13 +2,12 @@
2
import resolve from 'rollup-plugin-node-resolve';
3
import commonjs from 'rollup-plugin-commonjs';
4
import pkg from './package.json';
5
-import fs from 'fs';
6
7
function banner() {
8
var text = pkg.name + ' v' + pkg.version + '\n';
9
text += 'Copyright (c) ' + (new Date).getFullYear() + ' Erik Koopmans\n';
10
- text += 'Released under the ' + pkg.license + ' License';
11
- text = '/**\n * ' + text.replace(/\n/g, '\n * ') + '\n */\n';
+ text += 'Released under the ' + pkg.license + ' License.';
+ text = '/**\n * ' + text.replace(/\n/g, '\n * ') + '\n */';
12
return { banner: text };
13
}
14
function license(filename) {
0 commit comments