This repository was archived by the owner on Jan 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - ' 6'
4- - ' 5'
54 - ' 4'
6- - ' 0.12'
7- - ' 0.10'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import assign from 'lodash.assign';
1010import npmRunPath from 'npm-run-path' ;
1111import isGitClean from 'is-git-clean' ;
1212import * as utils from './cli-utils' ;
13- import codemods from './codemods.json ' ;
13+ import codemods from './codemods' ;
1414
1515function runScripts ( scripts , files ) {
1616 const spawnOptions = Object . assign ( { } , {
Original file line number Diff line number Diff line change 1111 },
1212 "bin" : " cli.js" ,
1313 "engines" : {
14- "node" : " >=0.10.0 "
14+ "node" : " >=4 "
1515 },
1616 "scripts" : {
1717 "test" : " xo && ava"
2828 " migrate" ,
2929 " migrations" ,
3030 " upgrade" ,
31- " transform"
31+ " transform" ,
32+ " jscodeshift" ,
33+ " codemods"
3234 ],
3335 "dependencies" : {
3436 "arrify" : " ^1.0.1" ,
3537 "execa" : " ^0.4.0" ,
36- "globby" : " ^5 .0.0" ,
38+ "globby" : " ^6 .0.0" ,
3739 "inquirer" : " ^1.0.2" ,
3840 "is-git-clean" : " ^1.0.0" ,
3941 "jscodeshift" : " ^0.3.19" ,
4749 "update-notifier" : " ^1.0.0"
4850 },
4951 "devDependencies" : {
50- "ava" : " ^0.15.1 " ,
52+ "ava" : " ^0.16.0 " ,
5153 "babel" : " ^5.8.38" ,
5254 "xo" : " ^0.16.0"
5355 },
You can’t perform that action at this time.
0 commit comments