2 Commits

Author SHA1 Message Date
eeb93ef969 1.0.12 2019-10-03 14:44:38 +02:00
9cf02e32ef fix(core): update 2019-10-03 14:44:38 +02:00
3 changed files with 2 additions and 6 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/bunq",
"version": "1.0.11",
"version": "1.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/bunq",
"version": "1.0.11",
"version": "1.0.12",
"private": false,
"description": "a bunq api abstraction package",
"main": "dist/index.js",

View File

@ -5,10 +5,6 @@ const testQenv = new Qenv('./', './.nogit/');
import * as bunq from '../ts';
if (process.env.CI) {
process.exit(0);
}
let testBunqAccount: bunq.BunqAccount;
const testBunqOptions: bunq.IBunqConstructorOptions = {
apiKey: testQenv.getEnvVarOnDemand('BUNQ_APIKEY'),