Skip to content

Commit b74a226

Browse files
author
Damian Przepiórka
committed
[build] 0.2.1
1 parent 6fa2585 commit b74a226

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Diff for: dist/vue-fb-customer-chat.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-fb-customer-chat",
33
"description": "Facebook Customer Chat Plugin for Vue.js",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": {
66
"name": "Damian Przepiórka",
77
"email": "[email protected]",

Diff for: release.sh

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]
1010
then
1111
echo "Releasing $VERSION ..."
1212

13-
# run tests
14-
npm test 2>/dev/null
15-
1613
# build
1714
VERSION=$VERSION npm run build
1815

0 commit comments

Comments
 (0)