File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
// When you add a new project, please add it to the top of the array!
2
2
3
3
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
+
4
12
{
5
13
name : 'Bornycentre' ,
6
14
description : 'An app to get your Bornycentre built with Cycle.js' ,
@@ -84,13 +92,7 @@ export default [
84
92
repository : 'https://github.com/staltz/rxmarbles' ,
85
93
homepage : 'http://rxmarbles.com/' ,
86
94
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'
95
95
}
96
96
] ;
97
+
98
+ // When you add a new project, please add it to the top of the array!
You can’t perform that action at this time.
0 commit comments