Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Ricardo Ambrogi
2019-07-04 15:32:51 +02:00
3 changed files with 24 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
# Adyen Node.js API Library
[![Build Status](https://travis-ci.com/Adyen/adyen-node-api-library.svg?token=DH2YULmDqk5ustZBswwf&branch=develop)](https://travis-ci.com/Adyen/adyen-node-api-library)
[![Build Status](https://travis-ci.org/Adyen/adyen-node-api-library.svg?branch=master)](https://travis-ci.org/Adyen/adyen-node-api-library)
The Adyen API Library for NodeJS enables you to work with Adyen APIs and Hosted Payment Pages.

View File

@@ -31,23 +31,23 @@
"author": "Ricardo Ambrogi",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.3.4",
"@types/jest": "^23.3.5",
"@types/node": "^11.13.7",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"babel-loader": "^8.0.4",
"eslint": "^5.12.1",
"jest": "^24.0.0",
"ts-loader": "^5.4.5",
"typescript": "^3.4.5",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.3"
"@babel/core": "7.5.0",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/plugin-proposal-object-rest-spread": "7.5.0",
"@babel/plugin-transform-runtime": "7.5.0",
"@babel/preset-env": "7.5.0",
"@babel/preset-typescript": "7.3.3",
"@babel/runtime": "7.5.0",
"@types/jest": "23.3.14",
"@types/node": "11.13.17",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "1.11.0",
"babel-loader": "8.0.6",
"eslint": "5.16.0",
"jest": "24.8.0",
"ts-loader": "5.4.5",
"typescript": "3.5.2",
"webpack": "4.35.2",
"webpack-cli": "3.3.5"
}
}

5
renovate.json Normal file
View File

@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}