Skip to content

Commit

Permalink
fix main file
Browse files Browse the repository at this point in the history
  • Loading branch information
zedgu committed Feb 1, 2015
1 parent ce8fabe commit 181fa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "koa-ovenware",
"version": "0.1.0",
"description": "Automatic Model / Controller Loader for Koa",
"main": "lib/koa-ovenware.js",
"main": "lib/kow.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --require should --harmony-generators test/* --bail",
"test-cov": "NODE_ENV=test node --harmony-generators node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -u exports --require should test/* --bail",
Expand Down

0 comments on commit 181fa3f

Please sign in to comment.