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

Commit

Permalink
fixed main js
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrolistical committed Oct 28, 2015
1 parent 1340d57 commit 2c47a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "fake-express-http",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fake Express HttpRequest and HttpResponse for unit testing.",
"main": "fake-http.js",
"main": "fake-express-http.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec --recursive",
"send-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
Expand Down

0 comments on commit 2c47a7a

Please sign in to comment.