Skip to content

Commit 4fc9732

Browse files
committed
Move Equalizer project to top of file
1 parent e82ccb2 commit 4fc9732

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

data/projects.js

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
// When you add a new project, please add it to the top of the array!
22

33
export default [
4+
{
5+
name: 'Equalizer',
6+
description: 'Web audio player with equalizer',
7+
repository: 'https://github.com/Bloomca/equalizer',
8+
homepage: 'http://bloomca.github.io/equalizer/',
9+
screenshot: 'data/images/equalizer.png'
10+
},
11+
412
{
513
name: 'Bornycentre',
614
description: 'An app to get your Bornycentre built with Cycle.js',
@@ -84,13 +92,7 @@ export default [
8492
repository: 'https://github.com/staltz/rxmarbles',
8593
homepage: 'http://rxmarbles.com/',
8694
screenshot: 'data/images/rxmarbles.png'
87-
},
88-
89-
{
90-
name: 'Equalizer',
91-
description: 'Web audio player with equalizer',
92-
repository: 'https://github.com/Bloomca/equalizer',
93-
homepage: 'http://bloomca.github.io/equalizer/',
94-
screenshot: 'data/images/equalizer.png'
9595
}
9696
];
97+
98+
// When you add a new project, please add it to the top of the array!

0 commit comments

Comments
 (0)