Skip to content

Commit

Permalink
feat: defined schematics and builders entry point #128
Browse files Browse the repository at this point in the history
  • Loading branch information
bennymeg committed Jan 10, 2022
1 parent cf70be6 commit 83525b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/nx-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "nx-electron",
"version": "12.0.0-beta.1",
"version": "12.0.0-beta.2",
"main": "src/index.js",
"description": "Electron Plugin for Nx",
"author": "Benny Megidish",
"license": "Apache-2.0",
"generators": "./generators.json",
"schematics": "./generators.json",
"executors": "./executors.json",
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
Expand Down

0 comments on commit 83525b0

Please sign in to comment.