Skip to content

Commit

Permalink
Publish jsonnet on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
redoC-A2k committed Apr 22, 2024
1 parent 03dcafc commit 9eed785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JS/jsonnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project aim to running Jsonnet in Wasm. The code is written in Rust and com
- [x] Jsonnet Snippet evaluation
- [x] External variable support
- [ ] External function support
- [ ] Jsonnet file evaluation
- [x] Jsonnet file evaluation

## Usage

Expand Down
2 changes: 1 addition & 1 deletion JS/jsonnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arakoodev/jsonnet",
"version": "0.1.2",
"version": "0.2.0",
"main": "src/index.js",
"type": "module",
"types": "src/index.d.ts"
Expand Down

0 comments on commit 9eed785

Please sign in to comment.