Skip to content

Commit

Permalink
3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Mar 31, 2020
1 parent 71351d0 commit ee22a8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "feathers-vuex",
"description": "FeathersJS, Vue, and Nuxt for the artisan developer",
"version": "3.9.0",
"version": "3.9.1",
"homepage": "https:feathers-vuex.feathersjs-ecosystem.com",
"main": "dist/",
"module": "dist/",
Expand Down Expand Up @@ -69,7 +69,10 @@
"plugin:prettier/recommended"
],
"rules": {
"linebreak-style": ["warn", "unix"],
"linebreak-style": [
"warn",
"unix"
],
"prettier/prettier": [
"warn",
{
Expand Down

0 comments on commit ee22a8d

Please sign in to comment.