Skip to content

Commit

Permalink
Added forgotten files
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Drobiazko committed Oct 21, 2014
1 parent 7f521c6 commit 4f50c94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions elasticio.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exports.HttpComponent = require("./lib/httpComponent.js");
exports.messages = require("./lib/messages.js");
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticio-node",
"description": "Node.js API for the elastic.io integration platform",
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "elastic.io GmbH",
"email": "[email protected]"
Expand All @@ -13,6 +13,7 @@
"webservice",
"http"
],
"main": "./elasticio.js",
"repository": {
"type": "git",
"url": "git://github.com/elasticio/nodejs-api"
Expand Down

0 comments on commit 4f50c94

Please sign in to comment.