chore: update meta data

This commit is contained in:
abhijithvijayan 2020-06-06 11:50:30 +05:30
parent 339fda5ad8
commit 11996c5722
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) Abhijith Vijayan <34790378+abhijithvijayan@users.noreply.github.com> (abhijithvijayan.in)
Copyright (c) Abhijith Vijayan <email@abhijithvijayan.in> (abhijithvijayan.in)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -7,14 +7,13 @@
"repository": "https://github.com/abhijithvijayan/web-extension-starter.git",
"author": {
"name": "abhijithvijayan",
"email": "34790378+abhijithvijayan@users.noreply.github.com",
"email": "email@abhijithvijayan.in",
"url": "https://abhijithvijayan.in"
},
"engines": {
"node": ">=10.0.0",
"yarn": ">=1.0.0"
},
"main": "source/scripts/background.js",
"scripts": {
"dev:chrome": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch",
"dev:firefox": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=firefox webpack --watch",