Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 2041aa0

Browse files
author
Daniel Schmidt
authored
fix: yarn throws an error due to engine field
1 parent 9c3f128 commit 2041aa0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"email": "[email protected]",
88
"url": "http://www.mesosphere.com"
99
},
10-
"engines": {
11-
"node": "8.15.x",
12-
"npm": "6.8.x"
13-
},
1410
"repository": {
1511
"type": "git",
1612
"url": "https://github.com/mesosphere/reactjs-components"
@@ -108,4 +104,4 @@
108104
"stylelint": "stylelint src/**/*.less docs/src/**/*.less",
109105
"preversion": "npm run clean && npm run dist-src"
110106
}
111-
}
107+
}

0 commit comments

Comments
 (0)