Skip to content

Commit

Permalink
duplicated comment removed in index.js of the ens module
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Nov 5, 2019
1 parent a9021a7 commit 9d9ecb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions packages/web3-eth-ens/src/index.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
/*
This file is part of web3.js.
web3.js is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
web3.js is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
*/
/**
* @file index.js
*
* @author Samuel Furter <samuel@ethereum.org>
* @date 2018
*/

"use strict";

/*
This file is part of web3.js.
web3.js is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function getOutput(file, type, name, exports, globals) {
name: name,
file: file,
sourcemap: true,
format: type,
format: type
};

if (type === 'umd') {
Expand Down

0 comments on commit 9d9ecb7

Please sign in to comment.