From 8ef44dc6f52721f93a4724888df78acdc832b070 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 6 Dec 2018 14:41:39 -0700 Subject: [PATCH] fix: dep order --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c341fe2c..b11e8f9da 100644 --- a/package.json +++ b/package.json @@ -130,6 +130,7 @@ "imports-loader": "^0.7.1", "inquirer": "^3.2.2", "inquirer-autocomplete-prompt": "^0.12.1", + "intersection-observer": "^0.5.1", "ioredis": "3.1.4", "ip": "^1.1.5", "jest": "^23.0.0", @@ -237,7 +238,6 @@ "eslint-plugin-mocha": "^4.11.0", "husky": "^0.14.3", "identity-obj-proxy": "^3.0.0", - "intersection-observer": "^0.5.1", "jest-junit": "^3.6.0", "lint-staged": "^7.2.0", "mocha": "^3.1.2",