Skip to content

Commit f3a69e0

Browse files
author
Vladimir Belov
committed
v3.0.0
1 parent 48845d9 commit f3a69e0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"plugins": [
1313
"@babel/plugin-transform-flow-strip-types",
1414
"@babel/plugin-proposal-class-properties",
15+
"@babel/plugin-proposal-private-methods",
1516
"@babel/plugin-transform-runtime",
1617
"babel-plugin-rewire"
1718
]

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitrix/cli",
3-
"version": "2.3.9",
3+
"version": "3.0.0",
44
"description": "Bitrix CLI tools",
55
"main": "./src/cli/bitrix.js",
66
"engines": {

src/test.bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,6 @@ require('@babel/register')({
122122
}],
123123
resolvePackageModule('@babel/plugin-transform-flow-strip-types'),
124124
resolvePackageModule('@babel/plugin-proposal-class-properties'),
125+
resolvePackageModule('@babel/plugin-proposal-private-methods'),
125126
],
126127
});

0 commit comments

Comments
 (0)