From 1fe067e119d7d2930961ccd070277195acebb240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Mon, 15 Jul 2024 13:45:57 +0200 Subject: [PATCH] Update description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c610983..328c348 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sqlite3-native", "version": "0.0.1", - "description": "Native SQLite3 bindings for JavaScript with VFS support", + "description": "Asynchronous SQLite3 bindings for JavaScript with VFS support", "exports": { ".": "./index.js", "./package": "./package.json"