diff --git a/mirage/fixtures/crates.js b/mirage/fixtures/crates.js index b2290e9dcee..43f93595c64 100644 --- a/mirage/fixtures/crates.js +++ b/mirage/fixtures/crates.js @@ -1,5 +1,28 @@ /* eslint-disable quotes */ export default [ + { + badges: [ + { + badge_type: 'maintenance', + attributes: { + status: 'actively-developed', + }, + }, + ], + created_at: '2014-11-23T09:01:21Z', + description: 'A Kinetic protocol library written in Rust', + documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/', + downloads: 225, + recent_downloads: 125, + homepage: 'https://icorderi.github.io/icorderi/kinetic-rust', + id: 'kinetic-rust', + keywords: ['Protocol', 'Kinetic', 'Storage'], + max_version: '0.0.16', + name: 'kinetic-rust', + repository: 'https://github.com/icorderi/kinetic-rust/', + updated_at: '2015-04-21T00:15:49Z', + versions: null, + }, { badges: [ { @@ -201,29 +224,6 @@ export default [ updated_at: '2015-11-11T00:10:43Z', versions: null, }, - { - badges: [ - { - badge_type: 'maintenance', - attributes: { - status: 'actively-developed', - }, - }, - ], - created_at: '2014-11-23T09:01:21Z', - description: 'A Kinetic protocol library written in Rust', - documentation: 'https://icorderi.github.io/kinetic-rust/doc/kinetic/', - downloads: 225, - recent_downloads: 125, - homepage: 'https://icorderi.github.io/icorderi/kinetic-rust', - id: 'kinetic-rust', - keywords: ['Protocol', 'Kinetic', 'Storage'], - max_version: '0.0.16', - name: 'kinetic-rust', - repository: 'https://github.com/icorderi/kinetic-rust/', - updated_at: '2015-04-21T00:15:49Z', - versions: null, - }, { created_at: '2014-11-29T17:51:55Z', description: 'Rustless is a REST-like API micro-framework for Rust.',