Skip to content

Commit

Permalink
v6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefmikey committed Dec 27, 2022
1 parent be04c28 commit ac7604f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"publish-mikey-pro": "cd ./style-guide && npm publish --access public && npm run sync",
"publish-prettier": "cd ./style-guide/prettier-config && npm publish --access public",
"publish-stylelint": "cd ./style-guide/stylelint-config && npm publish --access public",
"sync": "wait 10 && npm install"
"sync": "sleep 10 && npm install"
},
"devDependencies": {
"mikey-pro": "^6.1.3"
"mikey-pro": "^6.1.4"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion style-guide/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mikey-pro/eslint-config",
"version": "6.1.3",
"version": "6.1.4",
"description": "Mikey Pro ESLint configuration",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions style-guide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mikey-pro",
"version": "6.1.3",
"version": "6.1.4",
"description": "Mikey Pro Style Guide",
"dependencies": {
"@babel/core": "^7.20.7",
Expand All @@ -11,7 +11,7 @@
"@cypress/eslint-plugin-json": "^3.2.3",
"@html-eslint/eslint-plugin": "^0.15.0",
"@html-eslint/parser": "^0.15.0",
"@mikey-pro/eslint-config": "^6.1.3",
"@mikey-pro/eslint-config": "^6.1.4",
"@mikey-pro/prettier-config": "^6.1.1",
"@mikey-pro/stylelint-config": "^6.1.1",
"@typescript-eslint/eslint-plugin": "^5.47.1",
Expand Down

0 comments on commit ac7604f

Please sign in to comment.