Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed Sep 4, 2019
2 parents 5e7fd0f + ff66a8d commit 034409c
Show file tree
Hide file tree
Showing 10 changed files with 187 additions and 177 deletions.
2 changes: 1 addition & 1 deletion addon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"author": "mbnuqw",
"name": "__MSG_ExtName__",
"version": "3.0.2",
"version": "3.0.3",
"default_locale": "en",
"description": "__MSG_ExtDesc__",
"homepage_url": "https://github.com/mbnuqw/sidebery",
Expand Down
165 changes: 117 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sidebery",
"version": "3.0.2",
"version": "3.0.3",
"description": "Manage your tabs and bookmarks in sidebar",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,6 @@
"dev.ext": "web-ext run --source-dir ./addon -f firefox --keep-profile-changes --firefox-profile ./build/profile-stable",
"dev.ext.beta": "web-ext run --source-dir ./addon -f firefox-beta --keep-profile-changes --firefox-profile ./build/profile-beta",
"dev.ext.nightly": "web-ext run --source-dir ./addon -f firefox-nightly --keep-profile-changes --firefox-profile ./build/profile-nightly",

"build.sidebar": "parcel build ./src/sidebar/sidebar.js -d ./addon/sidebar/ --public-url ./ --no-autoinstall --no-source-maps --no-cache",
"build.settings": "parcel build ./src/page.settings/settings.js -d ./addon/settings/ --public-url ./ --no-autoinstall --no-source-maps --no-cache",
"build.group": "parcel build ./src/page.group/group.js -d ./addon/group/ --public-url ./ --no-autoinstall --no-source-maps --no-cache",
Expand All @@ -24,7 +23,6 @@
"build.themes": "npm run build.themes.default && npm run build.themes.tactile",
"build.ext": "web-ext build --source-dir ./addon -a dist/ -i *.lock ./package.json",
"build": "npm run build.sidebar && npm run build.settings && npm run build.group && npm run build.url && npm run build.themes",

"clear.cache": "rm -rf .cache",
"clear.npm": "rm -rf node_modules package-lock.json",
"clear.sidebar": "find ./addon/sidebar -type f -not -name index.html -delete",
Expand All @@ -33,7 +31,6 @@
"clear.url": "find ./addon/url -type f -not -name url.html -delete",
"clear.themes": "find ./addon/themes/ -type f -not -name __preserve-dir -delete",
"clear": "npm run clear.cache && npm run clear.sidebar && npm run clear.settings && npm run clear.group && npm run clear.url && npm run clear.themes",

"lint": "web-ext lint -s ./addon",
"test": "./node_modules/.bin/jest"
},
Expand Down
Loading

0 comments on commit 034409c

Please sign in to comment.