From 8dd2318951992f35d9baecafae3d01c751cb37c0 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:06:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20initial=20commit=20|=20initializ?= =?UTF-8?q?e=20yarn=20project?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ed0d014 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "web-extension-starter", + "version": "1.0.0", + "description": "Web Extension Starter", + "main": "index.js", + "repository": "https://github.com/abhijithvijayan/web-extension-starter.git", + "author": "abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com>", + "private": true +}