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 b86e863 commit 21e9f45Copy full SHA for 21e9f45
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "botml",
3
- "version": "2.0.4",
+ "version": "2.0.6",
4
"description": "Botml is a powerful markup language for designing modern chatbots.",
5
"keywords": [
6
"bot",
@@ -23,6 +23,11 @@
23
"bugs": {
24
"url": "https://github.com/codename-co/botml/issues"
25
},
26
+ "files": [
27
+ "dist",
28
+ "examples",
29
+ "lib"
30
+ ],
31
"directories": {
32
"lib": "lib",
33
"example": "examples"
@@ -35,7 +40,7 @@
35
40
"autotest": "supervisor -q -t -n exit -x mocha -- -b",
36
41
"precommit": "npm run lint && npm test",
37
42
"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"
39
44
45
"preferGlobal": true,
46
"bin": {
0 commit comments