From 14ea24cfc66a8b469709e8f879136874a9c53411 Mon Sep 17 00:00:00 2001 From: sulliwane Date: Mon, 10 Dec 2018 21:39:24 +0100 Subject: [PATCH] first commit --- index.js | 1 + package.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 index.js create mode 100644 package.json diff --git a/index.js b/index.js new file mode 100644 index 0000000..969d753 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log('public') diff --git a/package.json b/package.json new file mode 100644 index 0000000..f317220 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "public", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "ssh://git@code.qu4nt.pro:222/victor/public.git" + }, + "author": "", + "license": "ISC" +}