Skip to content

Commit

Permalink
change name; 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Oct 12, 2016
1 parent d0e3366 commit d49c5dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function (kibana) {
require: ['kibana', 'elasticsearch'],

uiExports: {
visTypes: ['plugins/html-formatter/html-field']
visTypes: ['plugins/html-formatter/html-formatter']
}
});
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kibana-html-formatter",
"version": "1.0.0",
"name": "html-formatter",
"version": "1.0.1",
"description": "An HTML field formatter for Kibana",
"main": "index.js",
"scripts": {
Expand Down
File renamed without changes.

0 comments on commit d49c5dd

Please sign in to comment.