Skip to content

Commit

Permalink
Build & sign the first 0.1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiskoza committed Nov 9, 2022
1 parent 8125f45 commit 3706025
Show file tree
Hide file tree
Showing 6 changed files with 3,295 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules
web-ext-artifacts

*.log
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.13.1
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "dev-containers",
"version": "0.1.0",
"description": "Create a new container for every user in development",
"author": "Koza <kiskoza@gmail.com>",
"scripts": {
"build": "web-ext build -s src --overwrite-dest",
"dev": "web-ext run -s src",
"lint": "web-ext lint -s src",
"sign": "web-ext sign -s src"
},
"devDependencies": {
"web-ext": "^7.3.1"
},
"repository": {
"type": "git",
"url": "git@github.com:kiskoza/#-containers.git"
},
"license": "MIT"
}
3 changes: 3 additions & 0 deletions src/.web-extension-id
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
{ddbf0ae3-bcd7-42db-8451-da431f31434d}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Dev Containers",
"version": "0.1",
"version": "0.1.0",

"description": "Create a new container for every user in development",

Expand Down
Loading

0 comments on commit 3706025

Please # to comment.