kibana/packages
Joe Fleming ca5c47defa fix: read package file instead of using require
require uses a cache, so if the package.json file was changed before running build, the changes won't exist in the build runtime. using fs.readFileSync instead ensures that the information read from package.json is current.

Original commit: elastic/kibana-plugin-helpers@f78e891838
2017-11-06 11:25:19 -07:00
..
kbn-plugin-helpers fix: read package file instead of using require 2017-11-06 11:25:19 -07:00