🔥 initial commit | initialize yarn project

This commit is contained in:
abhijithvijayan 2019-10-25 12:06:49 +05:30
commit 8dd2318951

9
package.json Normal file
View File

@ -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
}