File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'nschwarz:cluster' ,
3- version : '2.1.9 ' ,
3+ version : '2.2.0 ' ,
44 summary : 'native nodejs clusterization for meteor server' ,
55 git : 'https://github.com/nathanschwarz/meteor-cluster.git' ,
6- documentation : 'README.md'
6+ documentation : 'README.md' ,
77} )
88
99Package . onUse ( api => {
1010 api . versionsFrom ( '1.9' )
11- api . use ( [ 'mongo' , 'ecmascript' , 'random' ] )
11+ api . use ( [ 'mongo' , 'ecmascript' , 'random' ] )
1212 api . mainModule ( 'src/index.js' , 'server' )
1313} )
1414
1515Npm . depends ( {
16- debug : '4.3.1'
16+ debug : '4.3.1' ,
1717} )
1818
1919Package . onTest ( api => {
20- api . use ( 'nschwarz:cluster' )
21- api . use ( [ 'ecmascript' ] )
22- api . mainModule ( 'src/tests/_index.js' )
20+ api . use ( 'nschwarz:cluster' )
21+ api . use ( [ 'ecmascript' ] )
22+ api . mainModule ( 'src/tests/_index.js' )
2323} )
You can’t perform that action at this time.
0 commit comments