featuretracker/dashboard-project-app/.babelrc
Marcela Bonell b9fc423644 OpenStack Summit Austin - Demo
- List view and search: Show/filter all the trackers.
- Detailed view: User story, cross-project spec, project spec, blueprints and patches.

Signed-off-by: Marcela Bonell <marcelabonell@gmail.com>
2016-04-25 02:12:24 -05:00

4 lines
76 B
Plaintext
Executable File

{
"presets": ["es2015"],
"plugins": ["transform-class-properties"]
}