From f4ffd37bf3612c99e2f595be84db35f268dcc23f Mon Sep 17 00:00:00 2001 From: hefangshi Date: Wed, 11 May 2016 19:53:19 +0800 Subject: [PATCH] release 0.7.0 update deps to support Node.js 6.x --- command/util.js | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/command/util.js b/command/util.js index 9102b88..3283f83 100644 --- a/command/util.js +++ b/command/util.js @@ -3,11 +3,11 @@ var util = require('util'); var spawn = require('child_process').spawn; var yogUtil = require('../lib/util.js'); -var pac = require('yog-pac'); exports.name = 'util'; exports.desc = 'yog2 util'; exports.register = function (commander) { + var pac = require('yog-pac'); commander.option('--fis3', 'fis3 mode', Boolean, false) commander.command('pack').description('pack node_modules for submit'); commander.command('unpack').description('unpack node_modules'); diff --git a/package.json b/package.json index d10ec76..3fb3162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yog2", - "version": "0.6.1", + "version": "0.7.0", "description": "Front End Integrated Solution for node express.", "main": "yog2.js", "bin": { @@ -24,15 +24,15 @@ }, "homepage": "https://github.com/fex-team/yog2", "dependencies": { - "fis": "1.9.45", + "fis": "1.10.0", "fis-parser-bdtmpl": "0.0.3", "fis-parser-less": "0.1.2", - "fis3": "3.3.28", - "fis3-hook-commonjs": "0.1.12", - "fis3-parser-typescript": "0.2.2", - "liftoff": "2.1.0", + "fis3": "3.4.0-beta.1", + "fis3-hook-commonjs": "0.1.17", + "fis3-parser-typescript": "0.2.5", + "liftoff": "2.2.1", "minimist": "1.1.1", - "yog-pac": "0.0.7", + "yog-pac": "0.1.0", "yog2-command-init": "0.1.x", "yog2-command-plugin": "0.0.x", "yogurt-postprocessor-require-async": "0.0.x",