Skip to content

Commit 59d7cc9

Browse files
authored
Removes engine requirements (#113)
### Summary Fixes issue with engine requirements preventing yarn install.
1 parent 7c22523 commit 59d7cc9

File tree

4 files changed

+2
-18
lines changed

4 files changed

+2
-18
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ yarn.lock
1414
craco-less-*.tgz
1515
.github/
1616
.yarn/
17+
.yarnrc.yml

.yarn/plugins/@yarnpkg/plugin-engines.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
nodeLinker: node-modules
22

3-
plugins:
4-
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
5-
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
6-
73
yarnPath: .yarn/releases/yarn-3.6.1.cjs

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"name": "craco-less",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A Less plugin for craco / react-scripts / create-react-app",
5-
"engines": {
6-
"node": ">= 16",
7-
"yarn": ">= 3.6"
8-
},
95
"files": [
106
"lib"
117
],

0 commit comments

Comments
 (0)