From 513405f3b69b73b1b4aec1baee304812dcc5cc5e Mon Sep 17 00:00:00 2001 From: Jason Hyde Date: Fri, 14 Apr 2023 00:41:56 +0200 Subject: [PATCH] [package] set version to 0.0.0 before publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 274626a..3c4c632 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@2bad/ryanair", - "version": "1.0.0", + "version": "0.0.0", "description": "TypeScript client for the unofficial Ryanair API that allows you to easily retrieve information about airports, flights and prices", "keywords": [], "homepage": "https://github.com/2BAD/ryanair#readme",