We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d49aa commit 6cec051Copy full SHA for 6cec051
1 file changed
js/package.json
@@ -3,6 +3,10 @@
3
"main": "index.js",
4
"type": "module",
5
"version": "2.5.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/Universal-Variability-Language/uvl-parser.git"
9
+ },
10
"scripts": {
11
"build-grammar": "antlr4 -lib ../uvl/ -Dlanguage=JavaScript -o ./src/lib ../uvl/JavaScript/UVLJavaScriptLexer.g4 ../uvl/JavaScript/UVLJavaScriptParser.g4",
12
"lint": "eslint src --ignore-pattern src/lib/*",
0 commit comments