Skip to content

Commit

Permalink
fix: schema $id field
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Nov 23, 2021
1 parent 0a15d54 commit 40e58f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nx-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nx-electron/nx-electron",
"version": "12.0.0-alpha.2",
"version": "12.0.0-alpha.3",
"main": "src/index.js",
"description": "Electron Plugin for Nx",
"author": "Benny Megidish",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-electron/src/generators/init/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "NxElectronInit",
"$id": "NxElectronInit",
"title": "Add Nx Electron Schematics",
"type": "object",
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/schema",
"id": "SchematicsNxElectronApp",
"$id": "SchematicsNxElectronApp",
"title": "Nx Application Options Schema",
"type": "object",
"properties": {
Expand Down

0 comments on commit 40e58f1

Please sign in to comment.