summaryrefslogtreecommitdiff
path: root/lib/js
diff options
context:
space:
mode:
authorCameron Rollheiser <icirellik@gmail.com>2020-01-21 12:02:22 -0500
committerDuru Can Celasun <dcelasun@apache.org>2020-01-21 17:02:22 +0000
commit3a2a44bb51cb4cc5480d4b97f5bc6a4fe6228b0a (patch)
tree71e3a86eac9fcf2b9c28563a673d6207bdfd52d5 /lib/js
parent829b7d330d8e626808887b3e1072ec3e3051805b (diff)
downloadthrift-3a2a44bb51cb4cc5480d4b97f5bc6a4fe6228b0a.tar.gz
Remove non-required JS dependencies
These dependencies are not needed at runtime. Client: js
Diffstat (limited to 'lib/js')
-rw-r--r--lib/js/package.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/js/package.json b/lib/js/package.json
index b75019deb..dc4884607 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"
}
}