This is an automated email from the ASF dual-hosted git repository. massakam pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit 0f9254eab006ebd46e3405564d20301067665d35 Author: yfuruta <[email protected]> AuthorDate: Thu Jun 13 12:42:25 2019 +0900 move libraries in perf to devDependencies --- .eslintignore | 1 + package.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..bd14107 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +perf diff --git a/package.json b/package.json index f974454..9128e58 100644 --- a/package.json +++ b/package.json @@ -29,20 +29,20 @@ }, "devDependencies": { "clang-format": "^1.2.4", + "commander": "^2.20.0", + "delay": "^4.3.0", "eslint": "^5.12.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "grunt": "^1.0.4", "grunt-license-report": "^0.0.8", + "hdr-histogram-js": "^1.1.4", "jest": "^24.7.1", + "lodash": "^4.17.11", "node-addon-api": "^1.6.2", "node-gyp": "^3.8.0" }, "dependencies": { - "bindings": "^1.3.1", - "commander": "^2.19.0", - "delay": "^4.1.0", - "hdr-histogram-js": "^1.1.4", - "lodash": "^4.17.11" + "bindings": "^1.3.1" } }
