From 90cf053c6897ae1cba5f89ed47197ae163f1010c Mon Sep 17 00:00:00 2001 From: Xbird Date: Mon, 28 Mar 2022 18:29:37 +0200 Subject: [PATCH] add package json with version --- package.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..6a3252e --- /dev/null +++ b/package.json @@ -0,0 +1,3 @@ +{ + "version": "0.1.0" +}