diff --git a/.gitignore b/.gitignore index cad50da4f..ab309429d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,8 @@ node_modules/ /percy.sh /src/pages/playground.html /src/pages/playground-*.html -/src/pages/features.html \ No newline at end of file +/src/pages/features.html + +.pnp.loader.mjs +.pnp.cjs +.yarn \ No newline at end of file diff --git a/package.json b/package.json index 00ad918ef..0bd232360 100644 --- a/package.json +++ b/package.json @@ -217,6 +217,9 @@ "imask": { "optional": true }, + "jsvectormap": { + "optional": true + }, "list.js": { "optional": true }, @@ -226,22 +229,16 @@ "nouislider": { "optional": true }, - "tom-select": { + "plyr": { "optional": true }, "tinymce": { "optional": true }, - "jsvectormap": { - "optional": true - }, - "plyr": { + "tom-select": { "optional": true } }, - "resolutions": { - "**/**/node-gyp": "^5.0.0" - }, "release-it": { "hooks": { "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",