rename the project into @nrwl/nx
This commit is contained in:
parent
cdb115ddb8
commit
4eedb919e9
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@nrwl/ext",
|
"name": "@nrwl/nx",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "",
|
"description": "Nrwl Extensions for Angular",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./scripts/build.sh",
|
"build": "./scripts/build.sh",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import {Actions} from '@ngrx/effects';
|
import {Actions} from '@ngrx/effects';
|
||||||
import {readAll, hot} from '@nrwl/ext';
|
import {readAll, hot} from '@nrwl/nx';
|
||||||
import {<%= className %>Effects} from './<%= fileName %>.effects';
|
import {<%= className %>Effects} from './<%= fileName %>.effects';
|
||||||
import {of} from 'rxjs/observable/of';
|
import {of} from 'rxjs/observable/of';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user