Skip to content

Commit

Permalink
Fix module entry point for use as third party node module
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov Khalinsky committed Jul 2, 2015
1 parent a3a08e0 commit e3b00ef
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": "drakov",
"version": "0.1.8",
"description": "Mock server that implements the API Blueprint specification",
"main": "./lib/drakov.js",
"main": "./index.js",
"bin": {
"drakov": "drakov"
},
Expand Down

0 comments on commit e3b00ef

Please sign in to comment.