Skip to content

Commit

Permalink
fix(ci-context): fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gperdomor committed Aug 21, 2023
1 parent f8600cd commit be32489
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ci-context/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "@nx-tools/ci-context",
"version": "5.0.3",
"version": "6.0.0-alpha.1",
"type": "commonjs",
"author": "gperdomor <gperdomor@gmail.com>",
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
"license": "MIT",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"dependencies": {
"@nx-tools/core": "5.0.3",
"@nx-tools/core": "6.0.0-alpha.1",
"ci-info": "3.8.0",
"@octokit/openapi-types": "12.11.0",
"@actions/github": "5.1.1",
Expand Down

0 comments on commit be32489

Please sign in to comment.