Fix: Batch autocomplete would bork on empty string as it would try to split Null
v8.0.1
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "overlord",
|
||||
"version": "8.0.0",
|
||||
"version": "8.0.1",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"eslint": "eslint",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"eslint": "eslint",
|
||||
"prettier": "prettier",
|
||||
"husky": "husky"
|
||||
},
|
||||
@ -76,8 +76,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"pre-push": "ng build --prod"
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
||||
Reference in New Issue
Block a user