Skip to content

Commit

Permalink
chore: remove engines for publish
Browse files Browse the repository at this point in the history
with dependency mock-fs we can not use node >=20, packages with node >=20 should be able to consume
  • Loading branch information
Jumace committed Mar 4, 2024
1 parent d7b4c72 commit e0520ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
"test": "jest",
"test:coverage": "jest --coverage",
"test:dev": "jest --watch",
"prepublishOnly": "npm run build",
"prepublishOnly": "npm pkg delete engines && npm run build",
"self:install": "node bin/index.js install",
"self:update": "node bin/index.js update",
"self:check": "node bin/index.js check",
"prepare": "husky install"
"prepare": "husky install",
"postpublish": "git checkout package.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e0520ec

Please sign in to comment.