diff --git a/package.json b/package.json index 0465bebc5c..b71573f63d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "@nrwl/ext", + "name": "@nrwl/nx", "version": "0.0.1", - "description": "", + "description": "Nrwl Extensions for Angular", "main": "index.js", "scripts": { "build": "./scripts/build.sh", diff --git a/src/schematics/addNgRxToModule/files/+state/__fileName__.effects.spec.ts__tmpl__ b/src/schematics/addNgRxToModule/files/+state/__fileName__.effects.spec.ts__tmpl__ index e0e236cbaa..d5c965509d 100644 --- a/src/schematics/addNgRxToModule/files/+state/__fileName__.effects.spec.ts__tmpl__ +++ b/src/schematics/addNgRxToModule/files/+state/__fileName__.effects.spec.ts__tmpl__ @@ -1,5 +1,5 @@ import {Actions} from '@ngrx/effects'; -import {readAll, hot} from '@nrwl/ext'; +import {readAll, hot} from '@nrwl/nx'; import {<%= className %>Effects} from './<%= fileName %>.effects'; import {of} from 'rxjs/observable/of';