Merge 'master' into 'skeleton'

This commit is contained in:
sercan 2019-07-04 21:55:56 +03:00
commit 3ec49abcf2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fuse", "name": "fuse",
"version": "8.1.0", "version": "8.1.1",
"license": "https://themeforest.net/licenses/terms/regular", "license": "https://themeforest.net/licenses/terms/regular",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",

View File

@ -25,7 +25,7 @@
} }
}, },
"angularCompilerOptions": { "angularCompilerOptions": {
"fullTemplateTypeCheck": true, "fullTemplateTypeCheck": false,
"strictInjectionParameters": true "strictInjectionParameters": false
} }
} }