Skip to content

Commit

Permalink
code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Jan 27, 2016
1 parent 76276e8 commit 41f1329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microphone-restify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Restify.js provider for microphone.js Microservice framework",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import RestifyProvider from './restify-provider';

export {
RestifyProvider
};
export default RestifyProvider;

0 comments on commit 41f1329

Please sign in to comment.