Skip to content

Commit

Permalink
Revert "Specify yarn version to avoid confusion with main which uses …
Browse files Browse the repository at this point in the history
…Yarn 4"

This reverts commit 254f906.
  • Loading branch information
Ember-ruby committed Jul 5, 2024
1 parent a2d5543 commit 79840e3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,15 @@
"kind-of": "^6.0.3",
"webpack/terser-webpack-plugin": "^4.2.3"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3"
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop --force-exclusion -a",
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{css,scss}": "stylelint --fix"
},
"packageManager": "[email protected]"
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-router-dom": {
"optional": true
}
}
}

0 comments on commit 79840e3

Please sign in to comment.