Skip to content

Commit

Permalink
Merge pull request #63 from peter-evans/rm-workflow
Browse files Browse the repository at this point in the history
ci: remove workflow
  • Loading branch information
peter-evans committed Jan 27, 2022
2 parents 72b5f8e + 451dfdc commit 7e2c013
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 59 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/update-dep.yml

This file was deleted.

28 changes: 14 additions & 14 deletions package-lock.json

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

28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -27,22 +27,22 @@
},
"homepage": "https://github.com/peter-evans/dockerhub-description#readme",
"dependencies": {
"@actions/core": "1.6.0",
"@actions/core": "^1.6.0",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"@types/jest": "27.0.3",
"@types/node": "16.11.11",
"@typescript-eslint/parser": "5.5.0",
"@vercel/ncc": "0.32.0",
"eslint": "8.3.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-jest": "25.3.0",
"jest": "27.4.3",
"jest-circus": "27.4.2",
"js-yaml": "4.1.0",
"prettier": "2.5.0",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"@typescript-eslint/parser": "^5.5.0",
"@vercel/ncc": "^0.32.0",
"eslint": "^8.3.0",
"eslint-plugin-github": "^4.3.5",
"eslint-plugin-jest": "^25.3.0",
"jest": "^27.4.3",
"jest-circus": "^27.4.2",
"js-yaml": "^4.1.0",
"prettier": "^2.5.0",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2"
}
}

0 comments on commit 7e2c013

Please sign in to comment.