Skip to content

Commit 6cec051

Browse files
author
vlamas
committed
fix: add repository information to package.json
1 parent 96d49aa commit 6cec051

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

js/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"main": "index.js",
44
"type": "module",
55
"version": "2.5.0",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/Universal-Variability-Language/uvl-parser.git"
9+
},
610
"scripts": {
711
"build-grammar": "antlr4 -lib ../uvl/ -Dlanguage=JavaScript -o ./src/lib ../uvl/JavaScript/UVLJavaScriptLexer.g4 ../uvl/JavaScript/UVLJavaScriptParser.g4",
812
"lint": "eslint src --ignore-pattern src/lib/*",

0 commit comments

Comments
 (0)