Skip to content

Commit edcc00c

Browse files
committed
fix schematics version
1 parent 588e2c3 commit edcc00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/add-ns/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const addDependencies = () => (tree: Tree, context: SchematicContext) => {
372372

373373
const devDepsToAdd = {
374374
'nativescript-dev-webpack': '~1.4.0',
375-
'@nativescript/schematics': '~1.1.0',
375+
'@nativescript/schematics': '~1.0.0',
376376
'@nativescript/tslint-rules': '~0.0.5',
377377
};
378378
packageJson.devDependencies = {...devDepsToAdd, ...packageJson.devDependencies};

0 commit comments

Comments
 (0)