This is an automated email from the ASF dual-hosted git repository.
dcelasun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 3a2a44b Remove non-required JS dependencies
3a2a44b is described below
commit 3a2a44bb51cb4cc5480d4b97f5bc6a4fe6228b0a
Author: Cameron Rollheiser <[email protected]>
AuthorDate: Tue Jan 21 12:02:22 2020 -0500
Remove non-required JS dependencies
These dependencies are not needed at runtime.
Client: js
---
lib/js/package.json | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/lib/js/package.json b/lib/js/package.json
index b75019d..dc48846 100644
--- a/lib/js/package.json
+++ b/lib/js/package.json
@@ -13,7 +13,6 @@
"license": "Apache-2.0",
"devDependencies": {
"browserify": "~16.2",
- "grunt": "~1.0",
"grunt-cli": "~1.3",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-jshint": "~2.1",
@@ -21,12 +20,11 @@
"grunt-contrib-uglify": "~4.0",
"grunt-jsdoc": "~2.3",
"grunt-shell-spawn": "~0.4",
- "jslint": "~0.12",
- "node-int64": "~0.4.0"
- },
- "dependencies": {
+ "grunt": "~1.0",
"jsdoc": "~3.5",
+ "jslint": "~0.12",
"json-int64": "~1.0",
+ "node-int64": "~0.4.0",
"nopt": "~4.0"
}
}