Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @fisker/eslint-config-legacy@2.2.0
 - @fisker/eslint-config-vue@2.2.0
 - @fisker/eslint-config@2.2.0
 - @fisker/prettier-config@2.2.0
 - @fisker/stylelint-config@2.2.0
  • Loading branch information
fisker committed Apr 25, 2020
1 parent 8b075b7 commit 060ba9c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fisker/eslint-config-legacy",
"version": "2.1.2",
"version": "2.2.0",
"description": "fisker's Shareable ESLint Configuration for legacy project",
"keywords": [
"config",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:js": "echo \"no test yet\""
},
"dependencies": {
"@fisker/eslint-config": "^2.1.2",
"@fisker/eslint-config": "^2.2.0",
"babel-eslint": "10.1.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-es": "3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fisker/eslint-config-vue",
"version": "2.1.2",
"version": "2.2.0",
"description": "fisker's Shareable ESLint Configuration for vue project",
"keywords": [
"config",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:js": "echo \"no test yet\""
},
"dependencies": {
"@fisker/eslint-config": "^2.1.2",
"@fisker/eslint-config": "^2.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-vue": "6.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fisker/eslint-config",
"version": "2.1.2",
"version": "2.2.0",
"description": "fisker's Shareable ESLint Configuration",
"keywords": [
"config",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fisker/prettier-config",
"version": "2.1.1",
"version": "2.2.0",
"description": "fisker's Shareable prettier Configuration",
"keywords": [
"fisker",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fisker/stylelint-config",
"version": "2.1.1",
"version": "2.2.0",
"description": "fisker's Shareable stylelint Configuration",
"keywords": [
"config",
Expand Down

0 comments on commit 060ba9c

Please sign in to comment.