From fdae7f967644c300d6a9ee170bd53df8c781b424 Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Fri, 26 Mar 2021 14:37:48 +0100 Subject: [PATCH] update the package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bff413329..51fca3c6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gdal-async", "version": "3.0.0", - "description": "Bindings to GDAL (Geospatial Data Abstraction Library) [Fork]", + "description": "Bindings to GDAL (Geospatial Data Abstraction Library) with full async support", "license": "Apache-2.0", "url": "https://github.com/mmomtchev/node-gdal-async", "main": "./lib/gdal.js",