Skip to content

Commit

Permalink
feat(create-nx-cmake): support nx 18
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenscodes committed Mar 17, 2024
1 parent 01d0826 commit 52abdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/create-nx-cmake/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "create-nx-cmake",
"version": "0.6.1",
"typings": "./bin/index.d.ts",
"bin": {
"create-nx-cmake": "./bin/index.js"
},
"typings": "./bin/index.d.ts",
"dependencies": {
"create-nx-workspace": "18.0.8",
"tslib": "^2.6.2"
Expand Down

0 comments on commit 52abdfe

Please sign in to comment.