Skip to content

Commit

Permalink
Remove force-resolutions dependency and preinstall script (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
carterworks authored Aug 22, 2024
1 parent 9cb6744 commit 33ddbfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 198 deletions.
195 changes: 0 additions & 195 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"prepare": "husky && cd sandbox && npm install",
"prepack": "rimraf libEs5 libEs6 && babel src -d libEs5 --env-name npmEs5 && babel src -d libEs6 --env-name npmEs6",
"checkthattestfilesexist": "./scripts/checkThatTestFilesExist.js",
"add-license": "./scripts/add-license.js",
"preinstall": "npx force-resolutions"
"add-license": "./scripts/add-license.js"
},
"lint-staged": {
"./*.{cjs,mjs,js,jsx}": [
Expand Down Expand Up @@ -113,7 +112,6 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-testcafe": "^0.2.1",
"force-resolutions": "^1.0.11",
"glob": "^11.0.0",
"globals": "^15.9.0",
"handlebars": "^4.7.8",
Expand Down

0 comments on commit 33ddbfd

Please sign in to comment.