Fix License
This commit is contained in:
parent
ebfb2846f4
commit
a4209d667a
|
@ -1,3 +1,5 @@
|
|||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
pragma solidity ^0.8.5;
|
||||
|
||||
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@waku/mainnet-poll-sdk-example",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"scripts": {
|
||||
"clean:all": "yarn clean && rimraf node_modules/",
|
||||
"clean": "rimraf dist/",
|
||||
|
|
Loading…
Reference in New Issue