Skip to content

Commit

Permalink
Build infra
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Jan 13, 2020
1 parent 1c8844c commit f83d932
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ Temporary Items
*.gz
*.log
web-ext-artifacts
/node_modules/
/.idea/
18 changes: 18 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "reusetab-firefox",
"version": "1.0.0",
"devDependencies": {
"web-ext": "^4.0.0"
},
"scripts": {
"start": "web-ext run --firefox=firefoxdeveloperedition --source-dir ./",
"build": "web-ext build --source-dir ./"
},
"dependencies": {},
"webExt" : {
"ignoreFiles": ["package.json", "package-lock.json"],
"run": {
"browserConsole": false
}
}
}

0 comments on commit f83d932

Please sign in to comment.