From 51444b2e7371b8e52c9af00f8e26a015eafe0589 Mon Sep 17 00:00:00 2001 From: Federico Feroldi Date: Thu, 27 Jun 2019 17:59:33 +0200 Subject: [PATCH] Bumped release 0.66.0 --- package.json | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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