remove unnecessary index.js file
This commit is contained in:
parent
184cb0b3d9
commit
ee8345303a
2 changed files with 1 additions and 3 deletions
2
index.js
2
index.js
|
@ -1,2 +0,0 @@
|
||||||
|
|
||||||
module.exports = require('./lib/application');
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "koa",
|
"name": "koa",
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
"description": "Koa web app framework",
|
"description": "Koa web app framework",
|
||||||
"main": "index.js",
|
"main": "lib/application.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "make test"
|
"test": "make test"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue