Skip to content

Commit

Permalink
Updated versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexhd committed Apr 19, 2020
1 parent 14d6509 commit da2cf69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.3.0"
"version": "0.3.1"
}
8 changes: 5 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steamspeak/client",
"version": "0.3.0",
"version": "0.3.1",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down Expand Up @@ -96,8 +96,8 @@
"sass-loader": "^8.0.2",
"script-loader": "0.7.2",
"stylelint": "^13.2.1",
"stylelint-scss": "^3.17.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.17.0",
"tailwindcss": "^1.2.0",
"vue-template-compiler": "^2.6.11"
},
Expand Down Expand Up @@ -127,7 +127,9 @@
"font-family-no-missing-generic-family-keyword": [
true,
{
"ignoreFontFamilies": ["feather"]
"ignoreFontFamilies": [
"feather"
]
}
]
}
Expand Down

0 comments on commit da2cf69

Please sign in to comment.