Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
merge ocr into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelZhaoY committed Dec 28, 2018
2 parents 3763414 + 3873f43 commit d117690
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions bin/nosmoke
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ var printInfo = function(lines) {
};

function init(error, data) {
if (data && data.version && pkg.version !== data.version) {
printInfo([`version ${pkg.version} is outdate`, `run: npm i -g ${pkg.name}@${data.version}`]);
return;
}

if (program.versions) {
console.info(`${EOL} ${chalk.grey(pkg.version)} ${EOL}`);
process.exit(0);
Expand Down
1 change: 0 additions & 1 deletion docs/assets/img/search.83621669.svg

This file was deleted.

0 comments on commit d117690

Please sign in to comment.