mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +00:00 
			
		
		
		
	 154fc28a57
			
		
	
	
		154fc28a57
		
	
	
	
	
		
			
			As a result of taking a look on PR #1967 I realized there is 819 executable files in this repository. It is obvious this is an error.
		
			
				
	
	
		
			21 lines
		
	
	
		
			483 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			483 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| /**
 | |
|  * Export shared utilities
 | |
|  */
 | |
| 
 | |
| module.exports = {
 | |
|   cli: require('./cli'),
 | |
|   commander: require('./commander'),
 | |
|   finder: require('./finder'),
 | |
|   joijson: require('./joi-json'),
 | |
|   json: require('./json'),
 | |
|   knex: require('./knex'),
 | |
|   logger: require('./logger'),
 | |
|   models: require('./models'),
 | |
|   packageManager: require('./packageManager'),
 | |
|   policy: require('./policy'),
 | |
|   regex: require('./regex'),
 | |
|   templateConfiguration: require('./templateConfiguration')
 | |
| };
 |