File tree 1 file changed +10
-9
lines changed 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typhonjs-npm-scripts-build-babel" ,
3
- "version" : " 0.4 .0" ,
3
+ "version" : " 0.5 .0" ,
4
4
"homepage" : " https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel" ,
5
- "description" : " Provides NPM scripts for building ES6 projects using Babel for all TyphonJS NPM modules and beyond." ,
5
+ "description" : " Provides NPM scripts for building ES6+ projects using Babel for all TyphonJS NPM modules and beyond." ,
6
6
"license" : " MPL-2.0" ,
7
7
"author" : {
8
- "name" : " Mike Leahy "
8
+ "name" : " typhonrt "
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
12
"url" : " https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel.git"
13
13
},
14
14
"maintainers" : [
15
15
{
16
- "name" : " Mike Leahy " ,
16
+ "name" : " typhonrt " ,
17
17
18
18
}
19
19
],
20
20
"dependencies" : {
21
21
"babel-core" : " ^6.0.0" ,
22
22
"babel-cli" : " ^6.0.0" ,
23
+ "babel-eslint" : " ^7.0.0" ,
23
24
"babel-plugin-add-module-exports" : " ^0.2.0" ,
24
25
"babel-plugin-module-alias" : " ^1.0.0" ,
25
26
"babel-plugin-module-resolver" : " ^2.0.0" ,
26
27
"babel-preset-latest" : " ^6.0.0" ,
28
+ "babel-preset-stage-2" : " ^6.0.0" ,
27
29
"babel-plugin-transform-runtime" : " ^6.0.0" ,
28
- "fs-extra" : " ^1 .0.0" ,
30
+ "fs-extra" : " ^2 .0.0" ,
29
31
"strip-json-comments" : " ^2.0.0" ,
30
- "typhonjs-npm-scripts-runner" : " ^0.1 .0"
32
+ "typhonjs-npm-scripts-runner" : " ^0.3 .0"
31
33
},
32
34
"devDependencies" : {
33
- "typhonjs-config-eslint" : " ^0.4 .0"
35
+ "typhonjs-config-eslint" : " ^0.5 .0"
34
36
},
35
37
"keywords" : [
36
38
" typhonjs" ,
37
39
" node" ,
38
40
" npm" ,
39
41
" script" ,
40
42
" babel" ,
41
- " build" ,
42
- " es6"
43
+ " build"
43
44
],
44
45
"scripts" : {
45
46
"test" : " node ./test/scripts/test.js"
You can’t perform that action at this time.
0 commit comments