Skip to content

Commit

Permalink
main entry script fix in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Jul 12, 2016
1 parent 7cefbc5 commit 7c0521a
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,6 +1,6 @@
{
"name": "last-callback",
"version": "1.0.1",
"version": "1.0.2",
"author": "Paweł Zadrożny <[email protected]> (http://pawelzny.com/npm/env)",
"description": "Get and call last given argument if is a function.",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"bugs": {
"url": "https://github.com/pawelzny/last-callback/issues"
},
"main": "index.js",
"main": "last-callback.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
Expand Down

0 comments on commit 7c0521a

Please sign in to comment.