We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa821c commit 693b70dCopy full SHA for 693b70d
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: 20
23
- name: Install Closure Compiler
24
- run: npm install google-closure-compiler
+ run: npm install --no-save google-closure-compiler
25
- name: Build
26
run: npm run build
27
- name: Publish to npm
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rtjscomp",
3
- "version": "0.9.3",
+ "version": "0.9.4",
4
"description": "php-like server but with javascript",
5
"repository": {
6
"type": "git",
0 commit comments