Browse Source

deps: fix ordering in package.json

j8
Saúl Ibarra Corretgé 8 years ago
parent
commit
ef41e32af5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -16,13 +16,13 @@
16 16
   "readmeFilename": "README.md",
17 17
   "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
18 18
   "dependencies": {
19
-    "@atlassian/aui": "6.0.6",
20 19
     "@atlaskit/button": "1.0.3",
21 20
     "@atlaskit/button-group": "1.0.0",
22 21
     "@atlaskit/field-text": "2.0.3",
23 22
     "@atlaskit/modal-dialog": "1.2.4",
24 23
     "@atlaskit/single-select": "1.6.1",
25 24
     "@atlaskit/tabs": "1.2.5",
25
+    "@atlassian/aui": "6.0.6",
26 26
     "async": "0.9.0",
27 27
     "autosize": "1.18.13",
28 28
     "bootstrap": "3.1.1",

Loading…
Cancel
Save