v0.0.5 仅检查改动文件

This commit is contained in:
2017-02-12 01:28:00 +08:00
parent a2228f369f
commit f9f099a48c
4 changed files with 33 additions and 10 deletions

View File

@ -1,4 +1,4 @@
{
'presets': ['es2015', 'stage-2'],
'plugins': ['transform-runtime']
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"]
}