change package name to not publish to npm

This commit is contained in:
Fries 2023-08-12 02:31:37 -07:00
parent e8c07671bc
commit 280c0f77af

View file

@ -1,6 +1,6 @@
{ {
"type": "module", "type": "module",
"name": "blurhash-c-wasm", "name": "@fries/blurhash-c-wasm",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "dist/library.js", "main": "dist/library.js",