Fix License

This commit is contained in:
Franck 2021-12-23 16:14:06 +11:00
parent ebfb2846f4
commit a4209d667a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
pragma solidity ^0.8.5;
import '@openzeppelin/contracts/token/ERC20/IERC20.sol';

View File

@ -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/",