react-json-schema-form-extras
react-json-schema-form-extras copied to clipboard
package.json: remove npm requirement
It gives a warning on newer versions of npm even though it is compatible:
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '[email protected]',
npm WARN EBADENGINE required: { node: '>=8.0.0', npm: '^5.0.4' },
npm WARN EBADENGINE current: { node: 'v16.17.0', npm: '8.15.0' }
npm WARN EBADENGINE }
I therefore removed the npm
version requirement.