Skip to content

Commit

Permalink
add v3
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Jun 2, 2023
1 parent 026b8ae commit 90e5b53
Show file tree
Hide file tree
Showing 22 changed files with 3,962 additions and 3,274 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
labels:
- "dependency::update"
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.13.2
nodejs 18.16.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 noraj (Alexandre ZANNI)
Copyright (c) 2020-2023 noraj (Alexandre ZANNI)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 8 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
web-ext build --overwrite-dest -s ./web-extensions/arch-pkgs -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-wiki -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-aur -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-bugs-fs -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-bugs-t -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-forum-a -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-forum-k -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/arch-man -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-pkgs -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-wiki -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-aur -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-bugs-fs -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-bugs-t -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-forum-a -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-forum-k -a ./dist
web-ext build --overwrite-dest -s ./web-extensions/v3/arch-man -a ./dist
Loading

0 comments on commit 90e5b53

Please sign in to comment.