diff --git a/package-lock.json b/package-lock.json index c393004d..6a00a518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fluence", - "version": "0.7.99", + "version": "0.7.101", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/tsconfig.json b/tsconfig.json index d112854f..6b161362 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,7 @@ "noImplicitAny": true, "alwaysStrict": true, "noImplicitThis": true, - "strictNullChecks": false, + "strictNullChecks": false }, "exclude": [ "node_modules",