Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
update deps to support Node.js 6.x
  • Loading branch information
hefangshi committed May 11, 2016
1 parent 8a63205 commit f4ffd37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion command/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit f4ffd37

Please sign in to comment.