commit 8dd2318951992f35d9baecafae3d01c751cb37c0 Author: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Fri Oct 25 12:06:49 2019 +0530 🔥 initial commit | initialize yarn project 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 +}