From ef41e32af598508f0e6d62159ffd5540a84cfe63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 12 Apr 2017 16:31:07 +0200 Subject: [PATCH] deps: fix ordering in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3ceb19a1..147a62cc5 100644 --- a/package.json +++ b/package.json @@ -16,13 +16,13 @@ "readmeFilename": "README.md", "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)", "dependencies": { - "@atlassian/aui": "6.0.6", "@atlaskit/button": "1.0.3", "@atlaskit/button-group": "1.0.0", "@atlaskit/field-text": "2.0.3", "@atlaskit/modal-dialog": "1.2.4", "@atlaskit/single-select": "1.6.1", "@atlaskit/tabs": "1.2.5", + "@atlassian/aui": "6.0.6", "async": "0.9.0", "autosize": "1.18.13", "bootstrap": "3.1.1",