Skip to content

Commit

Permalink
fix: Add other missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Feb 16, 2022
1 parent 719b39a commit 4b6cc98
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 73 deletions.
69 changes: 0 additions & 69 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"@nrwl/cli": "13.8.1",
"@nrwl/eslint-plugin-nx": "13.8.1",
"@nrwl/jest": "13.8.1",
"@nrwl/js": "13.8.1",
"@nrwl/linter": "13.8.1",
"@nrwl/node": "13.8.1",
"@nrwl/nx-cloud": "13.1.4",
Expand Down
3 changes: 1 addition & 2 deletions packages/nx-semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"@semantic-release/exec": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^8.0.3",
"semantic-release-plugin-decorators": "^3.0.1"
"@semantic-release/npm": "^8.0.3"
},
"private": false,
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-semantic-release/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"build": {
"executor": "@nrwl/js:tsc",
"executor": "@nrwl/node:package",
"outputs": [
"{options.outputPath}"
],
Expand Down

0 comments on commit 4b6cc98

Please sign in to comment.