Commit 36f381f 1 parent 1341067 commit 36f381f Copy full SHA for 36f381f
File tree 2 files changed +0
-13
lines changed
blueprints/app/files/__name__
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 2
2
"plugins" : [
3
3
"transform-exponentiation-operator" ,
4
4
"syntax-trailing-function-commas" ,
5
- "transform-es2015-arrow-functions" ,
6
- "transform-es2015-template-literals" ,
7
5
"transform-es2015-spread" ,
8
- "transform-es2015-shorthand-properties" ,
9
- "transform-es2015-destructuring" ,
10
6
"transform-class-properties" ,
11
7
"transform-es2015-modules-commonjs" ,
12
- "transform-regenerator" ,
13
- "syntax-async-functions" ,
14
8
"transform-runtime"
15
9
] ,
16
10
"ignore" : [
Original file line number Diff line number Diff line change 20
20
"devDependencies" : {
21
21
"ava" : " ^0.17.0" ,
22
22
"babel-eslint" : " ^7.1.1" ,
23
- "babel-plugin-syntax-async-functions" : " ^6.13.0" ,
24
23
"babel-plugin-syntax-trailing-function-commas" : " ^6.13.0" ,
25
- "babel-plugin-transform-async-to-generator" : " ^6.16.0" ,
26
24
"babel-plugin-transform-class-properties" : " ^6.19.0" ,
27
- "babel-plugin-transform-es2015-destructuring" : " ^6.19.0" ,
28
25
"babel-plugin-transform-es2015-modules-commonjs" : " ^6.18.0" ,
29
- "babel-plugin-transform-es2015-shorthand-properties" : " ^6.18.0" ,
30
- "babel-plugin-transform-es2015-spread" : " ^6.8.0" ,
31
- "babel-plugin-transform-es2015-template-literals" : " ^6.8.0" ,
32
26
"babel-plugin-transform-exponentiation-operator" : " ^6.8.0" ,
33
- "babel-plugin-transform-regenerator" : " ^6.16.1" ,
34
27
"babel-plugin-transform-runtime" : " ^6.15.0" ,
35
28
"denali-babel" : " 0.0.x" ,
36
29
"denali-eslint" : " 0.0.x"
You can’t perform that action at this time.
0 commit comments