Skip to content

Commit

Permalink
release webextension
Browse files Browse the repository at this point in the history
  • Loading branch information
Purexo committed Jan 4, 2019
1 parent 33e0d53 commit 6416d49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.idea
node_modules
src/back/lib/from_npm/
!src/back/lib/from_npm/.gitkeep
!src/back/lib/from_npm/.gitkeep

web-ext-artifacts
.web-extension-id
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "FreshRSS-Notify",
"version": "1.0",
"version": "3.0.0",
"default_locale": "en",

"permissions": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"start": "web-ext run --firefox-profile FreshRSS --keep-profile-changes --start-url about:debugging",
"build": "web-ext sign",
"fetch-deps": "node npm_scripts/fetch_dependencies.js",
"postinstall": "echo npm run fetch-deps",
"postupdate": "echo npm run fetch-deps"
Expand Down

0 comments on commit 6416d49

Please sign in to comment.