Skip to content

Commit ee22a8d

Browse files
committed
3.9.1
1 parent 71351d0 commit ee22a8d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "feathers-vuex",
33
"description": "FeathersJS, Vue, and Nuxt for the artisan developer",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"homepage": "https:feathers-vuex.feathersjs-ecosystem.com",
66
"main": "dist/",
77
"module": "dist/",
@@ -69,7 +69,10 @@
6969
"plugin:prettier/recommended"
7070
],
7171
"rules": {
72-
"linebreak-style": ["warn", "unix"],
72+
"linebreak-style": [
73+
"warn",
74+
"unix"
75+
],
7376
"prettier/prettier": [
7477
"warn",
7578
{

0 commit comments

Comments
 (0)