Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Apr 21, 2014
1 parent a8e7510 commit 98e90c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion tools/module-compiler/cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// build a package
/**
* build a package by command line
* @author yiminghe@gmail.com
*/
console.log(process.argv);
var dirname = __dirname;
var Path = require('path');
Expand Down
2 changes: 1 addition & 1 deletion tools/module-compiler/compile.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* combine kissy module and generate deps.json
* @type {exports}
* @author yiminghe@gmail.com
*/
var fs = require('fs');
var esprima = require('esprima');
Expand Down

0 comments on commit 98e90c3

Please sign in to comment.