From ee966a533b9a85577d04c4d5b1f92b423d348b02 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 12 Feb 2021 03:30:22 +0100 Subject: [PATCH] package.json for version number --- package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f93bfd1 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "name": "ocelot-social-branded", + "version": "0.0.1", + "description": "Ocelot Social Branded", + "author": "ocelot.social Community", + "license": "MIT", + "private": false, + "repository": { + "type": "git", + "url": "https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding.git" + }, + "scripts": {} +}