We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb511f8 + 770d4cc commit d796481Copy full SHA for d796481
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "botframework-webchat",
3
- "version": "0.10.1",
+ "version": "0.10.2",
4
"description": "Embeddable web chat control for the Microsoft Bot Framework",
5
"main": "built/BotChat.js",
6
"types": "built/BotChat.d.ts",
@@ -11,7 +11,7 @@
11
"tsc-watch": "tsc -w",
12
"webpack-watch": "webpack -w",
13
"clean": "rm -rf built",
14
- "prepublish": "tsc && webpack --config webpack.production.config.js",
+ "prepublish": "tsc && npm run build-css && webpack --config webpack.production.config.js",
15
"start": "http-server -p 8000",
16
"test": "mocha test"
17
},
0 commit comments