Skip to content

Commit f4ffd37

Browse files
committed
release 0.7.0
update deps to support Node.js 6.x
1 parent 8a63205 commit f4ffd37

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

command/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
var util = require('util');
44
var spawn = require('child_process').spawn;
55
var yogUtil = require('../lib/util.js');
6-
var pac = require('yog-pac');
76

87
exports.name = 'util';
98
exports.desc = 'yog2 util';
109
exports.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');

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -24,15 +24,15 @@
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",

0 commit comments

Comments
 (0)