Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nioc committed Nov 14, 2019
1 parent 595c299 commit 316c7e7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
38 changes: 23 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmpp-web",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"description": "Lightweight web chat client for XMPP server",
"scripts": {
Expand All @@ -12,18 +12,18 @@
"axios": "^0.19.0",
"buefy": "^0.8.6",
"bulma": "^0.8.0",
"core-js": "^3.3.6",
"filesize": "^6.0.0",
"core-js": "^3.4.1",
"filesize": "^6.0.1",
"fork-awesome": "^1.1.7",
"mime-types": "^2.1.24",
"mime-types": "^2.1.25",
"node-sass": "^4.13.0",
"register-service-worker": "^1.6.2",
"sass-loader": "^8.0.0",
"stanza": "^12.4.3",
"vue": "^2.6.10",
"vue-moment": "^4.0.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.5",
Expand Down

0 comments on commit 316c7e7

Please sign in to comment.