-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(intro): update intro page, update packages, travis, add pm-boot-e…
…xtension
- Loading branch information
Showing
20 changed files
with
942 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
language: node_js | ||
node_js: | ||
- "stable" | ||
- "8.11.1" | ||
cache: | ||
directories: | ||
- node_modules | ||
script: | ||
script: | ||
- npm run docs | ||
before_deploy: | ||
- npm run build | ||
deploy: | ||
- edge: | ||
branch: v1.8.47 | ||
provider: pages | ||
- provider: pages | ||
skip_cleanup: true | ||
github_token: $github_token | ||
local_dir: docs | ||
on: | ||
branch: master | ||
- edge: | ||
branch: v1.8.47 | ||
provider: releases | ||
- provider: releases | ||
skip_cleanup: true | ||
api_key: $github_token | ||
file: release.zip | ||
on: | ||
tags: true | ||
after_deploy: | ||
- if [ ! -z "$TRAVIS_TAG" ]; then npx cws-upload $cws_client_id $cws_client_secret $cws_token ./release.zip hcnjemngcihnhncobgdgkkfkhmleapah; fi | ||
after_success: | ||
- npm run report-coverage | ||
- npm run report-coverage | ||
after_deploy: | ||
- if [ ! -z "$TRAVIS_TAG" ]; then | ||
npx cws-upload $cws_client_id $cws_client_secret $cws_token ./release.zip $extension_id; | ||
fi |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
import BackgroundApi from './backgroundApi'; | ||
import BackgroundEvents from './events'; | ||
import {OnInstallHandler} from 'pm-boot-extension'; | ||
|
||
(() => new OnInstallHandler({ | ||
action: OnInstallHandler.options.openUri, | ||
uri: window.chrome.runtime.getURL('intro.html') | ||
}))(); | ||
|
||
(() => new BackgroundApi())(); | ||
(() => new BackgroundEvents())(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.