Skip to content

Commit

Permalink
update main module
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Jun 30, 2015
1 parent 58ce334 commit f51ec29
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 @@ -12,7 +12,7 @@
],
"private": false,
"version": "4.2.0-snapshot",
"main": "src/kibana/index.js",
"main": "src/server/KbnServer.js",
"homepage": "https://www.elastic.co/products/kibana",
"bugs": {
"url": "http://github.com/elastic/kibana/issues"
Expand Down

2 comments on commit f51ec29

@bevacqua
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/KbnServer.js doesn't exist. If the main field isn't used then we probably should remove this.

@spalger
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, there really isn't a point in this. Kibana can't be require()'d

Please sign in to comment.