forked from novnc/noVNC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request novnc#910 from novnc/infra/publish
Set up for Publishing on NPM
- Loading branch information
Showing
7 changed files
with
3,434 additions
and
30 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 |
---|---|---|
|
@@ -9,3 +9,4 @@ utils/websockify | |
recordings | ||
*.swp | ||
*~ | ||
noVNC-*.tgz |
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,21 +1,37 @@ | ||
app | ||
core | ||
vendor | ||
.gitmodules | ||
node_modules | ||
# infra JS | ||
/build/ | ||
/node_modules/ | ||
/tests/ | ||
/utils/ | ||
/recordings/ | ||
/vendor/sinon.js | ||
|
||
# noVNC application files | ||
/app | ||
/vendor/browser-es-module-loader | ||
/vendor/promise.js | ||
/vnc.html | ||
/vnc_lite.html | ||
|
||
# raw translation files | ||
/po | ||
|
||
# config files | ||
/.travis.yml | ||
/karma.conf.js | ||
|
||
# various other files | ||
/.gitmodules | ||
.* | ||
*~ | ||
*.swp | ||
*.swo | ||
tests | ||
.travis.yml | ||
utils | ||
docs/notes | ||
docs/links | ||
docs/release.txt | ||
docs/rfb_notes | ||
docs/*.pdf | ||
vnc.html | ||
vnc_lite.html | ||
karma.conf.js | ||
docs/flash_policy.txt | ||
|
||
# documentation (except licenses) | ||
/docs/notes | ||
/docs/links | ||
/docs/release.txt | ||
/docs/rfb_notes | ||
/docs/*.pdf | ||
/docs/flash_policy.txt | ||
/CONTRIBUTING.md |
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 |
---|---|---|
|
@@ -17,4 +17,22 @@ addons: | |
username: "directxman12" | ||
jwt: | ||
secure: "d3ekMYslpn6R4f0ajtRMt9SUFmNGDiItHpqaXC5T4KI0KMEsxgvEOfJot5PiFFJWg1DSpJZH6oaW2UxGZ3duJLZrXIEd/JePY8a6NtT35BNgiDPgcp+eu2Bu3rhrSNg7/HEsD1ma+JeUTnv18Ai5oMFfCCQJx2J6osIxyl/ZVxA=" | ||
stages: | ||
- test | ||
- name: deploy | ||
if: tag is PRESENT | ||
jobs: | ||
include: | ||
- stage: deploy | ||
script: skip | ||
before_script: skip | ||
deploy: | ||
provider: npm | ||
email: [email protected] | ||
api_key: | ||
secure: cIidkFmvkdmdwWsqBpxyPUCzBqgK8LhPiNxTrIfhwbUunMsJep9MiiBJtv8poVYG2Y4yfiZmqGn4nfetUdc/LDctd73j+/EM4Z/NUDexVAhJ+9/qCogvpJsSQ96VQo7yBceW4E1fBM3WCU0kcGToYIVSSrwvvRDtJfeYJf2Qqw0= | ||
on: | ||
tags: true | ||
repo: novnc/noVNC | ||
|
||
|
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 +1 @@ | ||
0.6.1 | ||
1.0.0-testing.2 |
Oops, something went wrong.