rename the project into @nrwl/nx

This commit is contained in:
vsavkin 2017-08-11 14:28:37 -04:00
parent cdb115ddb8
commit 4eedb919e9
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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';