Skip to content

Commit

Permalink
feat: move app.Service egg-core (eggjs#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored Jan 20, 2017
1 parent 3834339 commit 99338c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 54 deletions.
8 changes: 0 additions & 8 deletions app/extend/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
const http = require('http');
const assert = require('assert');
const cluster = require('cluster-client');
const Service = require('../../lib/core/base_service');
const view = require('../../lib/core/view');
const AppWorkerClient = require('../../lib/core/app_worker_client');
const util = require('../../lib/core/util');
Expand Down Expand Up @@ -46,13 +45,6 @@ module.exports = {
return context;
},

/**
* Service class
* @member {Service} Application#Service
* @since 1.0.0
*/
Service,

/**
* AppWorkerClient class
* @member {AppWorkerClient} Application#AppWorkerClient
Expand Down
42 changes: 0 additions & 42 deletions lib/core/base_service.js

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"co": "^4.6.0",
"debug": "^2.6.0",
"delegates": "^1.0.0",
"egg-cluster": "^1.2.0",
"egg-cluster": "^1.3.0",
"egg-cookies": "^2.1.0",
"egg-core": "^1.4.0",
"egg-core": "^1.6.0",
"egg-development": "^1.1.0",
"egg-i18n": "^1.1.0",
"egg-logger": "^1.5.0",
Expand All @@ -43,7 +43,7 @@
"koa-bodyparser": "^2.3.0",
"koa-is-json": "^1.0.0",
"koa-override": "^1.0.0",
"mime-types": "^2.1.13",
"mime-types": "^2.1.14",
"sdk-base": "^3.0.1",
"sendmessage": "^1.1.0",
"urllib": "^2.19.0"
Expand All @@ -58,7 +58,7 @@
"egg-alinode": "^1.0.3",
"egg-bin": "^1.3.0",
"egg-ci": "^1.0.3",
"egg-mock": "^2.0.0",
"egg-mock": "^2.1.0",
"egg-plugin-puml": "^1.0.0",
"egg-view-nunjucks": "^0.5.0",
"eslint": "^3.13.1",
Expand Down

0 comments on commit 99338c7

Please sign in to comment.