Skip to content

Commit

Permalink
Removes engine requirements (#113)
Browse files Browse the repository at this point in the history
### Summary

Fixes issue with engine requirements preventing yarn install.
  • Loading branch information
kamronbatman committed Jul 11, 2023
1 parent 7c22523 commit 59d7cc9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ yarn.lock
craco-less-*.tgz
.github/
.yarn/
.yarnrc.yml
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-engines.cjs

This file was deleted.

4 changes: 0 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"name": "craco-less",
"version": "3.0.0",
"version": "3.0.1",
"description": "A Less plugin for craco / react-scripts / create-react-app",
"engines": {
"node": ">= 16",
"yarn": ">= 3.6"
},
"files": [
"lib"
],
Expand Down

0 comments on commit 59d7cc9

Please sign in to comment.