|  | @@ -36,7 +36,7 @@ exports.template = function(grunt, init, done) {
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |        name: 'namespace',
 | 
	
		
			
				|  |  |        message: 'Namespace of the new Amber package.',
 | 
	
		
			
				|  |  | -      validator: /^[a-z][a-z0-9\-]*$/,
 | 
	
		
			
				|  |  | +      validator: /^[a-z][a-z0-9/\-]*$/,
 | 
	
		
			
				|  |  |        warning: 'Only lowercase letters, numbers, and - are allowed in namespaces!'
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      init.prompt('version'),
 |