mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	Update Meteor version requirement
This commit is contained in:
		
							parent
							
								
									b9ba8c93eb
								
							
						
					
					
						commit
						4ad380f5a7
					
				| 
						 | 
					@ -14,7 +14,7 @@ Package.describe({
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Package.onUse(function (api) {
 | 
					Package.onUse(function (api) {
 | 
				
			||||||
  api.versionsFrom(['METEOR@0.9.0', 'METEOR@1.0']);
 | 
					  api.versionsFrom('METEOR@1.2');
 | 
				
			||||||
  api.use('twbs:bootstrap@3.3.1');
 | 
					  api.use('twbs:bootstrap@3.3.1');
 | 
				
			||||||
  api.use('jquery');
 | 
					  api.use('jquery');
 | 
				
			||||||
  api.addAssets([
 | 
					  api.addAssets([
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user