Skip to content

Commit 14a385f

Browse files
committed
mirage/fixtures/crates: Adjust fixture order
see miragejs/ember-cli-mirage#1461
1 parent 3cbbbd2 commit 14a385f

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

mirage/fixtures/crates.js

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
/* eslint-disable quotes */
22
export default [
3+
{
4+
badges: [
5+
{
6+
badge_type: 'maintenance',
7+
attributes: {
8+
status: 'actively-developed',
9+
},
10+
},
11+
],
12+
created_at: '2014-11-23T09:01:21Z',
13+
description: 'A Kinetic protocol library written in Rust',
14+
documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/',
15+
downloads: 225,
16+
recent_downloads: 125,
17+
homepage: 'https://icorderi.github.io/icorderi/kinetic-rust',
18+
id: 'kinetic-rust',
19+
keywords: ['Protocol', 'Kinetic', 'Storage'],
20+
max_version: '0.0.16',
21+
name: 'kinetic-rust',
22+
repository: 'https://github.com/icorderi/kinetic-rust/',
23+
updated_at: '2015-04-21T00:15:49Z',
24+
versions: null,
25+
},
326
{
427
badges: [
528
{
@@ -201,29 +224,6 @@ export default [
201224
updated_at: '2015-11-11T00:10:43Z',
202225
versions: null,
203226
},
204-
{
205-
badges: [
206-
{
207-
badge_type: 'maintenance',
208-
attributes: {
209-
status: 'actively-developed',
210-
},
211-
},
212-
],
213-
created_at: '2014-11-23T09:01:21Z',
214-
description: 'A Kinetic protocol library written in Rust',
215-
documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/',
216-
downloads: 225,
217-
recent_downloads: 125,
218-
homepage: 'https://icorderi.github.io/icorderi/kinetic-rust',
219-
id: 'kinetic-rust',
220-
keywords: ['Protocol', 'Kinetic', 'Storage'],
221-
max_version: '0.0.16',
222-
name: 'kinetic-rust',
223-
repository: 'https://github.com/icorderi/kinetic-rust/',
224-
updated_at: '2015-04-21T00:15:49Z',
225-
versions: null,
226-
},
227227
{
228228
created_at: '2014-11-29T17:51:55Z',
229229
description: 'Rustless is a REST-like API micro-framework for Rust.',

0 commit comments

Comments
 (0)