Skip to content

Commit

Permalink
update patched LiaEditor version
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Aug 8, 2024
1 parent 274576f commit b60dc39
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ updated separately, we use two different version, one for the devServer and one
for LiaScript.

```text
DevServer: 1.1.19
DevServer: 1.1.20
LiaScript: 0.15.8
```

Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liascript/devserver",
"version": "1.1.19--0.15.8",
"version": "1.1.20--0.15.8",
"description": "Run a development server for LiaScript locally",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "André Dietrich",
"license": "MIT",
"dependencies": {
"@liascript/editor": "^1.1.5--0.15.8",
"@liascript/editor": "^1.1.6--0.15.8",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function liascript() {
}

if (argv.v || argv.version) {
console.log('DevServer: 1.1.19')
console.log('DevServer: 1.1.20')
console.log('LiaScript: 0.15.8')
process.exit()
}
Expand Down
2 changes: 1 addition & 1 deletion views/main.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| |___| | (_| |___) | (__| | | | |_) | |_
|_____|_|\__,_|____/ \___|_| |_| .__/ \__|
|_|
[ DevServer: 1.1.19--0.15.8 ]
[ DevServer: 1.1.20--0.15.8 ]
</pre>
</code>
</h4>
Expand Down

0 comments on commit b60dc39

Please sign in to comment.