formatting for package.json
This commit is contained in:
		@@ -34,7 +34,7 @@
 | 
				
			|||||||
		"monitor": "nodemon build/index.js",
 | 
							"monitor": "nodemon build/index.js",
 | 
				
			||||||
		"lint": "eslint . --ext .ts",
 | 
							"lint": "eslint . --ext .ts",
 | 
				
			||||||
		"lint-fix": "eslint . --ext .ts --fix",
 | 
							"lint-fix": "eslint . --ext .ts --fix",
 | 
				
			||||||
    "test": "jest",
 | 
							"test": "jest --runInBand",
 | 
				
			||||||
		"test-watch": "jest --watch"
 | 
							"test-watch": "jest --watch"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"devDependencies": {
 | 
						"devDependencies": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user