Skip to content

Commit 21e9f45

Browse files
committed
Version 2.0.6
1 parent b86e863 commit 21e9f45

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botml",
3-
"version": "2.0.4",
3+
"version": "2.0.6",
44
"description": "Botml is a powerful markup language for designing modern chatbots.",
55
"keywords": [
66
"bot",
@@ -23,6 +23,11 @@
2323
"bugs": {
2424
"url": "https://github.com/codename-co/botml/issues"
2525
},
26+
"files": [
27+
"dist",
28+
"examples",
29+
"lib"
30+
],
2631
"directories": {
2732
"lib": "lib",
2833
"example": "examples"
@@ -35,7 +40,7 @@
3540
"autotest": "supervisor -q -t -n exit -x mocha -- -b",
3641
"precommit": "npm run lint && npm test",
3742
"prepush": "npm run lint && npm test",
38-
"build": "parcel build lib/browser.js --public-url ./ --target browser -o botml --no-minify"
43+
"build": "parcel build lib/browser.js --public-url ./ --target browser -o botml"
3944
},
4045
"preferGlobal": true,
4146
"bin": {

0 commit comments

Comments
 (0)