File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"preset" : " airbnb"
3
- }
3
+ }
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
---------
3
3
4
+ ##### 0.2.0
5
+ - Added support for node 0.12.x
6
+ - Added jscs airbnb checking to build process
7
+
4
8
##### 0.1.2
5
9
- Updated to mdns 2.2.2 (completes 0.11.x support)
6
- - Added warning/disconncet for unsupported codecs (non-PCM)
10
+ - Added warning/disconnect for unsupported codecs (non-PCM)
7
11
8
12
##### 0.1.1
9
13
- Added verbose output for Apple Challenge creation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nodetunes" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"author" :
" Stephen Wan <[email protected] >" ,
5
5
"description" : " AirTunes v2 Server Implementation" ,
6
6
"contributors" : [
10
10
}
11
11
],
12
12
"engines" : {
13
- "node" : " 0.10 .x"
13
+ "node" : " 0.12 .x"
14
14
},
15
15
"scripts" : {
16
16
"start" : " node ./examples/server.js" ,
You can’t perform that action at this time.
0 commit comments