Skip to content

Commit

Permalink
Remove engines-ok package
Browse files Browse the repository at this point in the history
This package is quite old and has no repository. The GitHub link on the npm package page is broken. https://www.npmjs.com/package/engines-ok

Searching GitHub brought no results either to see if it may have moved to a new location. https://github.com/search?q=engines-ok+language%3AJavaScript&type=repositories
  • Loading branch information
javierjulio committed Mar 2, 2024
1 parent ef47b1a commit d6bd488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 62 deletions.
61 changes: 1 addition & 60 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Add JIRA issue details to your GitHub pull request",
"main": "lib/index.js",
"scripts": {
"build": "engines-ok && ncc build src/main.ts -o lib -m",
"build": "ncc build src/main.ts -o lib -m",
"test": "jest",
"test:watch": "jest --watch",
"prettier": "prettier --write '**/*.ts'",
Expand Down Expand Up @@ -47,7 +47,6 @@
"@types/node": "^13.13.30",
"@vercel/ncc": "^0.38.1",
"axios": "^0.28.0",
"engines-ok": "^1.2.0",
"jest": "^25.5.4",
"jest-circus": "^25.5.4",
"lint-staged": "^10.5.1",
Expand Down

0 comments on commit d6bd488

Please sign in to comment.