Skip to content

Commit 5a3ae04

Browse files
author
Сосна Евгений
committed
Добавил пути git , версию
1 parent 7f91c8d commit 5a3ae04

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "onec-syntaxparser",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Parser for 1C bsl language based on regexp",
5-
"main": "index.js",
5+
"main": "lib/parser.js",
66
"scripts": {
77
"test": "mocha test"
88
},
@@ -21,5 +21,12 @@
2121
},
2222
"dependencies": {
2323
"lokijs": "~1.3.15"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/pumbaEO/onec-syntaxparser.git"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/pumbaEO/onec-syntaxparser/issues"
2431
}
2532
}

0 commit comments

Comments
 (0)