From 280c0f77afc97059ef939c1fcb0dc289136f17b0 Mon Sep 17 00:00:00 2001 From: Fries Date: Sat, 12 Aug 2023 02:31:37 -0700 Subject: [PATCH] change package name to not publish to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 199b22a..1292f78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "name": "blurhash-c-wasm", + "name": "@fries/blurhash-c-wasm", "version": "1.0.0", "description": "", "main": "dist/library.js",