summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Brigante <github@bfred.it>2018-04-19 18:21:17 +0700
committerFederico Brigante <github@bfred.it>2018-04-19 18:41:47 +0700
commit86ef1d2a0ffcb64e0bbd085068041a9313eb61f7 (patch)
treef0df528c37e47749012eaf2907302734d0585d39
parent37c467bba0dd92dae0f7e8530b36f3e08f54c5c4 (diff)
downloadasync-86ef1d2a0ffcb64e0bbd085068041a9313eb61f7.tar.gz
Move lodash and lodash-es to devDependencies 🎉
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8392d76..8a0472d 100644
--- a/package.json
+++ b/package.json
@@ -19,8 +19,6 @@
"utility"
],
"dependencies": {
- "lodash": "^4.14.0",
- "lodash-es": "^4.14.0",
"lodash.isarraylike": "^4.2.0"
},
"devDependencies": {
@@ -47,6 +45,8 @@
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.2.0",
"karma-mocha-reporter": "^2.2.0",
+ "lodash": "^4.14.0",
+ "lodash-es": "^4.14.0",
"mocha": "^3.1.2",
"native-promise-only": "^0.8.0-a",
"nyc": "^7.0.0",