From 90337597e6c480c790cf299e160bc53731c0a87d Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sun, 24 Mar 2024 01:32:11 -0700 Subject: [PATCH] chore: move node-simctl to dev deps (#869) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 587b5f539..03d62d841 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "eslint-plugin-import": "^2.28.0", "eslint-plugin-mocha": "^10.1.0", "eslint-plugin-promise": "^6.1.1", + "node-simctl": "^7.0.1", "mocha": "^10.0.0", "prettier": "^3.0.0", "semantic-release": "^23.0.0", @@ -91,7 +92,6 @@ "axios": "^1.4.0", "bluebird": "^3.5.5", "lodash": "^4.17.11", - "node-simctl": "^7.0.1", "source-map-support": "^0.x", "teen_process": "^2.0.0" },