Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Commit

Permalink
Bumped release 0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Feroldi committed May 2, 2019
1 parent 7cec03b commit e379527
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-citizenship-functions",
"version": "0.61.0-SNAPSHOT",
"version": "0.61.0",
"description": "Implementation of the Public API V1, part of the Digital Citizenship platform",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -105,18 +105,11 @@
},
"jest": {
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"js"
],
"moduleFileExtensions": ["ts", "js"],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!azure-functions-types)"
],
"testMatch": [
"**/__tests__/*.ts"
]
"transformIgnorePatterns": ["<rootDir>/node_modules/(?!azure-functions-types)"],
"testMatch": ["**/__tests__/*.ts"]
}
}
}

0 comments on commit e379527

Please sign in to comment.