Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImHype committed Apr 7, 2017
1 parent c59cf35 commit 58899e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxman",
"version": "0.8.0-beta.15",
"version": "0.8.0",
"description": "可扩展的 Mock Server",
"main": "app.js",
"bin": {
Expand Down Expand Up @@ -61,6 +61,7 @@
"nei": "^3.0.3",
"node-notifier": "^5.1.2",
"path-to-regexp": "^1.5.3",
"update-notifier": "^2.1.0",
"vinyl-fs": "^0.3.14",
"ws": "^1.1.1",
"yargs": "^4.8.1"
Expand Down
6 changes: 4 additions & 2 deletions src/app.es6
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import Index from './index';
import updateNotifier from 'update-notifier';
import pkg from '../package';

export default function(...args) {
process.stdout.write('\x1Bc');
updateNotifier({ pkg }).notify();

export default function(...args) {
console.log('\n');

console.log([
Expand Down

0 comments on commit 58899e8

Please sign in to comment.