fix: rename the project to Nrwl Extensions to Angular

This commit is contained in:
vsavkin 2017-09-14 11:48:07 -04:00
parent f570d7ab29
commit cbd0482fba
8 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# Angular Extensions
# Nrwl Extensions for Angular
* See packages/bazel/README.md
* See packages/nx/README.md

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/nx-source",
"version": "0.0.1",
"description": "Angular Extensions",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"private": true,
"scripts": {

View File

@ -1 +1 @@
# Angular Extensions: Bazel Backend for CLI
# Nrwl Extensions for Angular: Bazel Backend for CLI

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/bazel",
"version": "0.0.1",
"description": "Angular Extensions: Schematics",
"description": "Nrwl Extensions for Angular: Schematics",
"main": "src/index.js",
"peerDependencies" :{
"@nrwl/schematics": "0.0.1"

View File

@ -1,6 +1,6 @@
# Angular Extensions
# Nrwl Extensions for Angular
Nx (Angular Extensions) is a set of libraries and schematics for the Angular framework.
Nx (Nrwl Extensions for Angular) is a set of libraries and schematics for the Angular framework.
## Installing

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/nx",
"version": "0.0.1",
"description": "Angular Extensions",
"description": "Nrwl Extensions for Angular",
"main": "index.js",
"types": "index.d.js",
"dependencies" :{

View File

@ -1,6 +1,6 @@
# Angular Extensions: Schematics
# Nrwl Extensions for Angular: Schematics
Nx (Angular Extensions) is a set of libraries and schematics for the Angular framework.
Nx (Nrwl Extensions for Angular) is a set of libraries and schematics for the Angular framework.

View File

@ -1,7 +1,7 @@
{
"name": "@nrwl/schematics",
"version": "0.0.1",
"description": "Angular Extensions: Schematics",
"description": "Nrwl Extensions for Angular: Schematics",
"main": "index.js",
"types": "index.d.js",
"peerDependencies" :{