2
0
mirror of synced 2025-02-22 11:58:25 +00:00
emizzle 5f20667a0f modified contract so that interactions with an existing account require a hash of the username.
updated tests to include most contract functions. Still need to include tweet tests.
2018-07-08 15:33:36 +10:00

12 lines
144 B
Plaintext

{
"plugins": [
"transform-object-rest-spread"
],
"presets": [
"stage-2"
],
"ignore": [
"config/",
"node_modules"
]
}