Skip to content

Commit

Permalink
feat(main): initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcAssey committed Oct 13, 2021
1 parent 56a8b2f commit f306782
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins:
- - "@semantic-release/changelog"
- changelogFile: CHANGELOG.md
- - "@semantic-release/exec"
- prepareCmd: "docker build -t hurdlegroup/guacamole-lite:latest ."
- prepareCmd: "docker build -t glokon/guacamole-lite:latest ."
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![Build Status](https://github.com/hurdlegroup/guacamole-lite/actions/workflows/release.yml/badge.svg)
![Code Quality Status](https://github.com/hurdlegroup/guacamole-lite/actions/workflows/codeql-analysis.yml/badge.svg)
![Build Status](https://github.com/glokon/guacamole-lite/actions/workflows/release.yml/badge.svg)
![Code Quality Status](https://github.com/glokon/guacamole-lite/actions/workflows/codeql-analysis.yml/badge.svg)
# guacamole-lite

This is a fork of the hard work done by **Vadim Pronin** https://github.com/vadimpronin/guacamole-lite
Expand All @@ -19,7 +19,7 @@ This diagram describes the architecture of Guacamole and the role of *guacamole-
## Installation

```
npm install --save @hurdlegroup/guacamole-lite
npm install --save @glokon/guacamole-lite
```

## Code Example
Expand Down
181 changes: 101 additions & 80 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hurdlegroup/guacamole-lite",
"name": "@glokon/guacamole-lite",
"description": "Lite version of guacamole server in node.js. RDP/VNC client for HTML5 browsers",
"version": "0.0.0-development",
"author": {
Expand All @@ -21,7 +21,7 @@
"maintainers": [
{
"name": "Daniel McAssey",
"email": "daniel.mcassey@hurdle.live"
"email": "daniel.mcassey@glokon.me"
}
],
"dependencies": {
Expand All @@ -31,11 +31,11 @@
},
"devDependencies": {
"@codedependant/semantic-release-docker": "^3.1.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/exec": "^6.0.1",
"@semantic-release/git": "^9.0.1",
"@semantic-release/git": "^10.0.0",
"@semantic-release/github": "^8.0.1",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/npm": "^8.0.0",
"jest": "^27.2.5"
},
"engines": {
Expand Down

0 comments on commit f306782

Please sign in to comment.