update URL in banner

This commit is contained in:
Christian Oliff 2019-02-22 23:30:35 +09:00 committed by Zeno Rocha
parent 6802a86f60
commit 85981026d1

View File

@ -6,7 +6,7 @@ const UglifyJSPlugin = require('uglifyjs-webpack-plugin');
const production = process.env.NODE_ENV === 'production' || false;
const banner = `clipboard.js v${pkg.version}
https://zenorocha.github.io/clipboard.js
https://clipboardjs.com/
Licensed MIT © Zeno Rocha`;