File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33var util = require ( 'util' ) ;
44var spawn = require ( 'child_process' ) . spawn ;
55var yogUtil = require ( '../lib/util.js' ) ;
6- var pac = require ( 'yog-pac' ) ;
76
87exports . name = 'util' ;
98exports . desc = 'yog2 util' ;
109exports . register = function ( commander ) {
10+ var pac = require ( 'yog-pac' ) ;
1111 commander . option ( '--fis3' , 'fis3 mode' , Boolean , false )
1212 commander . command ( 'pack' ) . description ( 'pack node_modules for submit' ) ;
1313 commander . command ( 'unpack' ) . description ( 'unpack node_modules' ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " yog2" ,
3- "version" : " 0.6.1 " ,
3+ "version" : " 0.7.0 " ,
44 "description" : " Front End Integrated Solution for node express." ,
55 "main" : " yog2.js" ,
66 "bin" : {
2424 },
2525 "homepage" : " https://github.com/fex-team/yog2" ,
2626 "dependencies" : {
27- "fis" : " 1.9.45 " ,
27+ "fis" : " 1.10.0 " ,
2828 "fis-parser-bdtmpl" : " 0.0.3" ,
2929 "fis-parser-less" : " 0.1.2" ,
30- "fis3" : " 3.3.28 " ,
31- "fis3-hook-commonjs" : " 0.1.12 " ,
32- "fis3-parser-typescript" : " 0.2.2 " ,
33- "liftoff" : " 2.1.0 " ,
30+ "fis3" : " 3.4.0-beta.1 " ,
31+ "fis3-hook-commonjs" : " 0.1.17 " ,
32+ "fis3-parser-typescript" : " 0.2.5 " ,
33+ "liftoff" : " 2.2.1 " ,
3434 "minimist" : " 1.1.1" ,
35- "yog-pac" : " 0.0.7 " ,
35+ "yog-pac" : " 0.1.0 " ,
3636 "yog2-command-init" : " 0.1.x" ,
3737 "yog2-command-plugin" : " 0.0.x" ,
3838 "yogurt-postprocessor-require-async" : " 0.0.x" ,
You can’t perform that action at this time.
0 commit comments