From 070a6d19211603969b65259da88ba769d008037d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Santos?= Date: Sun, 1 Aug 2021 23:54:06 +0100 Subject: [PATCH] 0.0.0 --- package-lock.json | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f0aab24..3d69cf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "exbanking", - "version": "0.1.0", + "version": "0.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ad0109f..ef46246 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.0-development", + "version": "0.0.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -60,7 +60,9 @@ "url": "https://github.com/antonio-santos/exbanking.git" }, "release": { - "branches": ["main"] + "branches": [ + "main" + ] }, "publishConfig": { "access": "public"