* Yarn init and setup lerna * Generate watcher for Polls contract * Add custom methods for unhandled types * Fix methods to save and load values of unhandled type from local DB * Set PropColMaps for custom methods --------- Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
9 lines
111 B
JSON
9 lines
111 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"useWorkspaces": true,
|
|
"version": "0.0.0",
|
|
"npmClient": "yarn"
|
|
}
|