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 5a3ae04 commit 9fcd658Copy full SHA for 9fcd658
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "onec-syntaxparser",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Parser for 1C bsl language based on regexp",
5
"main": "lib/parser.js",
6
"scripts": {
@@ -13,7 +13,7 @@
13
"1c"
14
],
15
"author": "Shenja Sosna <[email protected]>",
16
- "license": "MIT",
+ "license": "Apache-2.0",
17
"devDependencies": {
18
"mocha": "~2.4.5",
19
"chai": "~3.5.0",
0 commit comments