Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b5c4889

Browse files
committedApr 15, 2019
Name fix
1 parent 28df14e commit b5c4889

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import pkg from './package.json';
22
import rollupConfig from '../../rollup.config';
33

4-
export default rollupConfig('Web3Shh', pkg.name);
4+
export default rollupConfig('Web3Admin', pkg.name);

‎packages/web3-eth-admin/src/Admin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
1616
*/
1717
/**
18-
* @file index.js
18+
* @file Admin.js
1919
* @author Prince Sinha <sinhaprince013@gmail.com>
2020
* @date 2019
2121
*/

‎packages/web3-eth-admin/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @file index.js
1919
* @author Prince Sinha <sinhaprince013@gmail.com>
20-
* @date 2018
20+
* @date 2019
2121
*/
2222

2323
import {Network} from 'web3-net';

0 commit comments

Comments
 (0)
This repository has been archived.