Skip to content

Commit

Permalink
improve stat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huang2002 committed Jan 21, 2019
1 parent c6ab8e7 commit b6cb944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require('fs'),

const DIST_DIR = 'dist';

console.log('# dist info\n');
console.log(`# dist info (v${require('./package.json').version})\n`);

fs.readdirSync(DIST_DIR).forEach(fileName => {

Expand Down

0 comments on commit b6cb944

Please sign in to comment.