File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " typhonjs-npm-scripts-build-babel" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "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." ,
66 "license" : " MPL-2.0" ,
77 "author" : {
8- "name" : " Mike Leahy "
8+ "name" : " typhonrt "
99 },
1010 "repository" : {
1111 "type" : " git" ,
1212 "url" : " https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel.git"
1313 },
1414 "maintainers" : [
1515 {
16- "name" : " Mike Leahy " ,
16+ "name" : " typhonrt " ,
1717 "email" : " support@typhonjs.io"
1818 }
1919 ],
2020 "dependencies" : {
2121 "babel-core" : " ^6.0.0" ,
2222 "babel-cli" : " ^6.0.0" ,
23+ "babel-eslint" : " ^7.0.0" ,
2324 "babel-plugin-add-module-exports" : " ^0.2.0" ,
2425 "babel-plugin-module-alias" : " ^1.0.0" ,
2526 "babel-plugin-module-resolver" : " ^2.0.0" ,
2627 "babel-preset-latest" : " ^6.0.0" ,
28+ "babel-preset-stage-2" : " ^6.0.0" ,
2729 "babel-plugin-transform-runtime" : " ^6.0.0" ,
28- "fs-extra" : " ^1 .0.0" ,
30+ "fs-extra" : " ^2 .0.0" ,
2931 "strip-json-comments" : " ^2.0.0" ,
30- "typhonjs-npm-scripts-runner" : " ^0.1 .0"
32+ "typhonjs-npm-scripts-runner" : " ^0.3 .0"
3133 },
3234 "devDependencies" : {
33- "typhonjs-config-eslint" : " ^0.4 .0"
35+ "typhonjs-config-eslint" : " ^0.5 .0"
3436 },
3537 "keywords" : [
3638 " typhonjs" ,
3739 " node" ,
3840 " npm" ,
3941 " script" ,
4042 " babel" ,
41- " build" ,
42- " es6"
43+ " build"
4344 ],
4445 "scripts" : {
4546 "test" : " node ./test/scripts/test.js"
You can’t perform that action at this time.
0 commit comments