Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uros-5 committed Jun 11, 2024
1 parent 7ac930d commit db8954d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
'on':
push:
branches:
- nodejs
- main
tags-ignore:
- '**'
paths-ignore:
Expand All @@ -35,6 +35,11 @@ jobs:
build: |
yarn build --target i686-pc-windows-msvc && yarn test
target: i686-pc-windows-msvc
- host: windows-latest
build: |
yarn build --target x86_64-pc-windows-msvc && yarn test
target: x86_64-pc-windows-msvc
code-target: win32-x64
- host: ubuntu-latest
target: x86_64-unknown-linux-musl
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
Expand Down
3 changes: 3 additions & 0 deletions jinja-lsp-nodejs/npm/win32-x86_64-pc-windows-msvc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@jinja-lsp/functions-win32-x86_64-pc-windows-msvc`

This is the **win32-x86_64-pc-windows-msvc** binary for `@jinja-lsp/functions`
20 changes: 20 additions & 0 deletions jinja-lsp-nodejs/npm/win32-x86_64-pc-windows-msvc/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "@jinja-lsp/functions-win32-x86_64-pc-windows-msvc",
"version": "0.0.3",
"os": [
"win32"
],
"cpu": [
"x64"
],
"main": "functions.win32-x86_64-pc-windows-msvc",
"files": [
"functions.win32-x86_64-pc-windows-msvc"
],
"description": "Bindings for jinja-lsp",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": "https://github.com/uros-5/jinja-lsp"
}

0 comments on commit db8954d

Please sign in to comment.