diff --git a/package.json b/package.json index c9f52cf4..66774edd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digital-citizenship-functions", - "version": "0.66.0-SNAPSHOT", + "version": "0.66.0", "description": "Implementation of the Public API V1, part of the Digital Citizenship platform", "main": "index.js", "repository": { @@ -88,18 +88,11 @@ }, "jest": { "testEnvironment": "node", - "moduleFileExtensions": [ - "ts", - "js" - ], + "moduleFileExtensions": ["ts", "js"], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, - "transformIgnorePatterns": [ - "/node_modules/(?!azure-functions-types)" - ], - "testMatch": [ - "**/__tests__/*.ts" - ] + "transformIgnorePatterns": ["/node_modules/(?!azure-functions-types)"], + "testMatch": ["**/__tests__/*.ts"] } -} +} \ No newline at end of file