Skip to content

Commit 2fa714f

Browse files
committed
Version 3.0.1
1 parent a6d074d commit 2fa714f

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.babelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
["@babel/preset-env", { "modules": false }]
44
],
55
"plugins": [
6-
"@babel/plugin-proposal-class-properties",
76
"@babel/plugin-transform-runtime"
87
]
98
}

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botml",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Botml is a powerful markup language for designing modern chatbots.",
55
"keywords": [
66
"bot",
@@ -57,7 +57,6 @@
5757
},
5858
"devDependencies": {
5959
"@babel/core": "^7.10.2",
60-
"@babel/plugin-proposal-class-properties": "^7.10.1",
6160
"@babel/plugin-transform-runtime": "^7.10.1",
6261
"@babel/preset-env": "^7.10.2",
6362
"babel-eslint": "^10.1.0",

0 commit comments

Comments
 (0)