Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 748afea

Browse files
committed
try fix deploys using optional deps for @nx
1 parent a604b7e commit 748afea

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects/cryptr/cryptr-angular/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
"@compodoc/compodoc": "^1.1.16",
3636
"istanbul-badges-readme": "^1.0.5"
3737
},
38+
"optionalDependencies": {
39+
"@nx/nx-darwin-arm64": ">=17.2.8",
40+
"@nx/nx-darwin-x64": ">=17.2.8",
41+
"@nx/nx-linux-x64-gnu": ">=17.2.8",
42+
"@nx/nx-win32-x64-msvc": ">=17.2.8"
43+
},
3844
"repository": {
3945
"type": "git",
4046
"url": "git+https://github.com/cryptr-auth/cryptr-angular.git"
@@ -43,4 +49,4 @@
4349
"url": "https://github.com/cryptr-auth/cryptr-angular/issues"
4450
},
4551
"homepage": "https://github.com/cryptr-auth/cryptr-angular#readme"
46-
}
52+
}

0 commit comments

Comments
 (0)