Bump packages

This commit is contained in:
2023-09-15 11:10:52 +01:00
parent 5ce15a6c6b
commit f6d8e96ae3
4 changed files with 12 additions and 10 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@snort/shared",
"version": "1.0.5",
"version": "1.0.6",
"description": "Shared components for Snort",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://git.v0l.io/Kieran/snort",
"author": "Kieran",
"license": "GPL-3.0-or-later",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc"
},