@nstudio/web
Version:
Web Plugin for xplat
20 lines (19 loc) • 496 B
JSON
{
"name": "nstudio/web",
"version": "0.1",
"extends": ["@nstudio/xplat"],
"schematics": {
"ng-add": {
"factory": "./src/schematics/ng-add",
"schema": "./src/schematics/ng-add/schema.json",
"description": "Add xplat web to an existing Nx Workspace.",
"hidden": true
},
"xplat": {
"factory": "./src/schematics/xplat",
"schema": "./src/schematics/xplat/schema.json",
"description": "Add xplat for web.",
"hidden": true
}
}
}