Skip to content

Commit

Permalink
v1.2.5 published
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredly committed Nov 3, 2018
1 parent 743683f commit 9f5d1cb
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
Binary file modified editor-extensions/vscode/bin.native
Binary file not shown.
Binary file modified editor-extensions/vscode/bin.native.exe
Binary file not shown.
Binary file modified editor-extensions/vscode/bin.native.linux
Binary file not shown.
Binary file modified editor-extensions/vscode/linux.zip
Binary file not shown.
Binary file modified editor-extensions/vscode/macos.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion editor-extensions/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "IDE & Syntax support for Reason/OCaml",
"author": "Jared Forsyth",
"license": "ISC",
"version": "1.2.4",
"version": "1.2.5",
"publisher": "jaredly",
"repository": {
"type": "git",
Expand Down
Binary file modified editor-extensions/vscode/windows.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"test": "./_build/install/default/bin/AllTests",
"watch": "bsb -make-world -backend native -w",
"watch:byte": "bsb -make-world -backend bytecode -w",

"package": "esy build && cp _build/default/bin/Bin.exe editor-extensions/vscode/bin.native",
"zip": "./release.sh",
"vsce": "cd editor-extensions/vscode && vsce package",

"reprocess": "(cd process_ocaml; ./build.sh); esy",
"zip": "./release.sh",
"run-codemod": "./_build/install/default/bin/ExampleCodemod.exe ./examples/example-codemod",
"package:linux": "cp lib/bs/native/bin.native editor-extensions/vscode/bin.native.linux; cd editor-extensions/vscode; vsce package",
"package:win": "xcopy /y .\\lib\\bs\\native\\bin.native.exe editor-extensions/vscode & chdir editor-extensions/vscode & vsce package"
"run-codemod": "./_build/install/default/bin/ExampleCodemod.exe ./examples/example-codemod"
},
"keywords": [
"Reason",
Expand Down

0 comments on commit 9f5d1cb

Please sign in to comment.