Bump @snort/shared

This commit is contained in:
Kieran 2023-06-19 16:24:04 +01:00
parent 38b22757f2
commit 4365fac9b5
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -1,6 +1,6 @@
{
"name": "@snort/shared",
"version": "1.0.0",
"version": "1.0.1",
"description": "Shared components for Snort",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -9,7 +9,7 @@
"license": "GPL-3.0-or-later",
"private": false,
"scripts": {
"build": "tsc"
"build": "rm -rf dist && tsc"
},
"dependencies": {
"@noble/curves": "^1.1.0",