mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-22 15:18:14 +00:00
* add checks for TOS violation conditions uppercase letters less than 4 contains 0x * force lowercase on searching * use css for lowercase textTransform * uncomment edit button * add addressLikeUsername to TOS violation check * remove possible state update race condition * add inputs for editing * update embark to web3 version 34
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"contracts": ["contracts/**"],
|
|
"app": {
|
|
"js/dapp.js": ["app/dapp.js"],
|
|
"js/index.js": ["app/index.js"],
|
|
"index.html": "app/index.html",
|
|
"images/": ["app/images/**"]
|
|
},
|
|
"buildDir": "dist/",
|
|
"config": "config/",
|
|
"versions": {
|
|
"web3": "1.0.0-beta.34",
|
|
"solc": "0.4.24",
|
|
"ipfs-api": "17.2.4"
|
|
},
|
|
"plugins": {}
|
|
}
|