From f10541f6811fc5a78ffe8ca21cab9da01b023c7a Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Wed, 1 Nov 2023 18:19:37 -0300 Subject: [PATCH] 0.1.1 --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4923679..2ab72a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "refine-sqlite", "description": "SQLite data provider for the refine framework", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -20,10 +20,12 @@ "type": "git", "url": "git+https://github.com/mateusabelli/refine-sqlite.git" }, - "funding": [{ - "type": "github", - "url": "https://github.com/sponsors/mateusabelli" - }], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mateusabelli" + } + ], "engines": { "node": ">=10" },