We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d760a5d commit 006f191Copy full SHA for 006f191
lib/commands/generate.ts
@@ -1,4 +1,4 @@
1
-import { run, ExecutionOptions } from '@nativescript/schematics-engine';
+import { run, ExecutionOptions } from '@nativescript/schematics-executor';
2
3
export class GenerateCommand implements ICommand {
4
public allowedParameters: ICommandParameter[] = [];
package.json
@@ -30,7 +30,7 @@
30
"mobile"
31
],
32
"dependencies": {
33
- "@nativescript/schematics-engine": "github:nativescript/schematics-engine",
+ "@nativescript/schematics-executor": "nativescript/schematics-executor",
34
"byline": "4.2.1",
35
"chalk": "1.1.0",
36
"chokidar": "1.7.0",
0 commit comments