mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-16 11:57:03 +03:00
🔧 Configures semantic-release
Used `npx semantic-release-cli setup`.
This commit is contained in:
4
index.ts
4
index.ts
@@ -1,4 +1,4 @@
|
||||
export * from './antlr4ts_out/VisualBasic6Lexer';
|
||||
export * from './antlr4ts_out/VisualBasic6Parser';
|
||||
export * from './antlr4ts_out/VisualBasic6ParserListener';
|
||||
export * from './antlr4ts_out/VisualBasic6ParserVisitor';
|
||||
export * from './antlr4ts_out/VisualBasic6Listener';
|
||||
export * from './antlr4ts_out/VisualBasic6Visitor';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vb6-antlr4",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.0-development",
|
||||
"description": "",
|
||||
"files": [
|
||||
"lib/**/*"
|
||||
@@ -14,11 +14,12 @@
|
||||
"build.tsc": "tsc",
|
||||
"build": "npm run build.cpygrammars && npm run build.antlr4ts && npm run build.tsc",
|
||||
"prepublishOnly": "npm run build && npm run test",
|
||||
"postversion": "git push && git push --tags"
|
||||
"postversion": "git push && git push --tags",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/brucificus/vb6-antlr4-typescript.git"
|
||||
"url": "https://github.com/brucificus/vb6-antlr4-typescript.git"
|
||||
},
|
||||
"author": "Bruce Markham",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user