mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-03-20 01:37:46 +01:00
chore: update meta data
This commit is contained in:
parent
339fda5ad8
commit
11996c5722
2
LICENCE
2
LICENCE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
@ -7,14 +7,13 @@
|
|||||||
"repository": "https://github.com/abhijithvijayan/web-extension-starter.git",
|
"repository": "https://github.com/abhijithvijayan/web-extension-starter.git",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "abhijithvijayan",
|
"name": "abhijithvijayan",
|
||||||
"email": "34790378+abhijithvijayan@users.noreply.github.com",
|
"email": "email@abhijithvijayan.in",
|
||||||
"url": "https://abhijithvijayan.in"
|
"url": "https://abhijithvijayan.in"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.0.0",
|
"node": ">=10.0.0",
|
||||||
"yarn": ">=1.0.0"
|
"yarn": ">=1.0.0"
|
||||||
},
|
},
|
||||||
"main": "source/scripts/background.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:chrome": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch",
|
"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",
|
"dev:firefox": "cross-env NODE_ENV=development cross-env TARGET_BROWSER=firefox webpack --watch",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user