UNPKG

@solidstate/hardhat-license-identifier

Version:
8 lines (6 loc) 185 B
import { TASK_LICENSE } from '../task_names.js'; import { emptyTask } from 'hardhat/config'; export default emptyTask( TASK_LICENSE, 'Read and write contract licenses', ).build();