kibana/packages
Kim Joar Bekkelund c830f0cd61 Remove @elastic folder from packages/ (#13089)
(cherry picked from commit 5772f56d7a)
2017-07-31 13:59:27 -07:00
..
eslint-config-kibana Upgrade eslint config to 0.8.1. (#13128) (#13155) 2017-07-27 11:27:05 -07:00
eslint-plugin-kibana-custom Remove @elastic folder from packages/ (#13089) 2017-07-31 13:59:27 -07:00
README.md Kibana-related packages (#11308) 2017-04-19 04:31:00 -07:00

This folder contains node modules that are created by Kibana developers, for use in Kibana and its plugins.

For each such node module, create a sub-folder in this folder. The path/name of the folder should mirror the name in the node module's package.json. To publish the node module as an npm package, cd into the package's sub-folder, and run npm publish as usual.