Skip to content

Commit 006f191

Browse files
committed
refactor: rename schematics-engine -> schematics-executor
1 parent d760a5d commit 006f191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/commands/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { run, ExecutionOptions } from '@nativescript/schematics-engine';
1+
import { run, ExecutionOptions } from '@nativescript/schematics-executor';
22

33
export class GenerateCommand implements ICommand {
44
public allowedParameters: ICommandParameter[] = [];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"mobile"
3131
],
3232
"dependencies": {
33-
"@nativescript/schematics-engine": "github:nativescript/schematics-engine",
33+
"@nativescript/schematics-executor": "nativescript/schematics-executor",
3434
"byline": "4.2.1",
3535
"chalk": "1.1.0",
3636
"chokidar": "1.7.0",

0 commit comments

Comments
 (0)