summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFederico Brigante <github@bfred.it>2018-04-19 17:44:55 +0700
committerFederico Brigante <github@bfred.it>2018-04-19 18:33:23 +0700
commita58156a16eb6a7200e35c7056afd8f5b5a7882ba (patch)
treee7978d35d83e59829ce20c838cd7be95f5a220ef /package.json
parentdbed9147efc5b48db5e58b274f6b5e4a718c85c3 (diff)
downloadasync-a58156a16eb6a7200e35c7056afd8f5b5a7882ba.tar.gz
Use lodash.isarraylike
package size minified gzipped lodash.isarraylike@4.2.0 4.54 kB 376 B 161 B
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0afd79f..8392d76 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,8 @@
],
"dependencies": {
"lodash": "^4.14.0",
- "lodash-es": "^4.14.0"
+ "lodash-es": "^4.14.0",
+ "lodash.isarraylike": "^4.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",