Complete change password flow prototype

This commit is contained in:
SleepWalker
2016-05-01 20:50:55 +03:00
parent 48a726567a
commit e2a782f0b7
21 changed files with 672 additions and 67 deletions

View File

@@ -4,6 +4,10 @@
"env": {
"development": {
"presets": ["react-hmre"]
},
"test": {
// airbnb some how disables stage-0, so forcing it after airbnb
"presets": ["airbnb", "stage-0"]
}
}
}