From 45dd0b72c24c2f202dc53838b349ed712895805a Mon Sep 17 00:00:00 2001 From: Nico105 <63612668+Nico105@users.noreply.github.com> Date: Sun, 21 Aug 2022 00:10:11 +0200 Subject: [PATCH] v0.0.3 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9dc4c6b..2686561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marktguru.at", - "version": "0.0.2", + "version": "0.0.3", "description": "A library to search for offers on marktguru.at", "main": "dist/index.js", "types": "typings/index.d.ts", @@ -10,8 +10,7 @@ ], "scripts": { "build": "tsc --project tsconfig.json", - "test": "jest", - "publish": "npm run build && npm publish" + "test": "jest" }, "author": "Nico105", "license": "MIT",