Skip to content

Commit

Permalink
Merge in lukashroch up to commit 0eb3399
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyparker committed Nov 30, 2021
1 parent cc9a7bc commit 83fb4ea
Show file tree
Hide file tree
Showing 10 changed files with 2,052 additions and 5,842 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Duo Universal Node.js library

[![Build Status](https://github.com/lukashroch/duo_universal_nodejs/workflows/Node.js%20CI/badge.svg)](https://github.com/lukashroch/duo_universal_nodejs/actions/workflows/nodejs-ci.yml)
[![npm version](https://badge.fury.io/js/duo_universal.svg)](https://badge.fury.io/js/duo_universal)
[![Coverage](https://img.shields.io/codecov/c/github/lukashroch/duo_universal_nodejs.svg)](https://app.codecov.io/gh/lukashroch/duo_universal_nodejs)
![David](https://img.shields.io/david/lukashroch/duo_universal_nodejs)
[![GitHub license](https://img.shields.io/github/license/lukashroch/duo_universal_nodejs)](https://github.com/lukashroch/duo_universal_nodejs/blob/master/LICENSE)

Duo Web v4 SDK - Duo Universal Prompt implementation for Node.js
Expand Down
72 changes: 36 additions & 36 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duo_universal_example",
"version": "1.0.0",
"version": "1.0.1",
"description": "Duo Universal Node.js example",
"main": "src/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"duo_universal": "^1.0.0",
"duo_universal": "^1.0.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"nunjucks": "^3.2.3"
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
clearMocks: true,
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
rootDir: '.',
setupFilesAfterEnv: ['jest-extended'],
setupFilesAfterEnv: ['jest-extended/all'],
testEnvironment: 'node',
transform: {
'^.+\\.tsx?$': 'ts-jest',
Expand Down
Loading

0 comments on commit 83fb4ea

Please sign in to comment.