We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd1aa2 commit 1265d85Copy full SHA for 1265d85
.github/workflows/pr.yml
@@ -37,9 +37,6 @@ jobs:
37
run: |
38
gzexe astgen-linux
39
gzexe astgen-linux-arm
40
- gzexe astgen-macos
41
- gzexe astgen-macos-arm
42
- gzexe astgen-win.exe
43
- name: Make executable
44
45
chmod +x astgen-macos
.github/workflows/release.yml
@@ -53,9 +53,6 @@ jobs:
53
54
55
56
57
58
59
60
61
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@joernio/astgen",
3
- "version": "3.18.0",
+ "version": "3.19.0",
4
"description": "Generate JS/TS AST in json format with Babel",
5
"exports": "./index.js",
6
"keywords": [
0 commit comments