docs: update descriptions in package.jsons
This commit is contained in:
parent
42f60ca303
commit
cb657c4b55
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/common",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "",
|
||||
"description": "Angular - commonly needed directives and services",
|
||||
"main": "bundles/common.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/compiler-cli",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Execute angular2 template compiler in nodejs.",
|
||||
"description": "Angular - the compiler CLI for Node.js",
|
||||
"main": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
"bin": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/compiler",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular2 - compiler",
|
||||
"description": "Angular - the compiler library",
|
||||
"main": "bundles/compiler.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/core",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 core",
|
||||
"description": "Angular - the core framework",
|
||||
"main": "bundles/core.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/forms",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 forms",
|
||||
"description": "Angular - directives and services for creating forms",
|
||||
"main": "bundles/forms.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/http",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 http",
|
||||
"description": "Angular - the http service",
|
||||
"main": "bundles/http.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/platform-browser-dynamic",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 platform-browser-dynamic",
|
||||
"description": "Angular - library for using Angular in a web browser with JIT compilation",
|
||||
"main": "bundles/platform-browser-dynamic.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/platform-browser",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 platform-browser",
|
||||
"description": "Angular - library for using Angular in a web browser",
|
||||
"main": "bundles/platform-browser.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/platform-server",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 platform-server",
|
||||
"description": "Angular - library for using Angular in Node.js",
|
||||
"main": "bundles/platform-server.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/platform-webworker-dynamic",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 platform-webworker-dynamic",
|
||||
"description": "Angular - library for using Angular in a web browser with web workers",
|
||||
"main": "bundles/platform-webworker-dynamic.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/platform-webworker",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "Angular 2 platform-webworker",
|
||||
"description": "Angular - library for using Angular in a web browser with web workers",
|
||||
"main": "bundles/platform-webworker.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/router",
|
||||
"version": "3.0.0-rc.1",
|
||||
"description": "Angular 2 router",
|
||||
"description": "Angular - the routing library",
|
||||
"main": "bundles/router.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@angular/upgrade",
|
||||
"version": "0.0.0-PLACEHOLDER",
|
||||
"description": "",
|
||||
"description": "Angular - the library for easing update from v1 to v2",
|
||||
"main": "bundles/upgrade.umd.js",
|
||||
"module": "index.js",
|
||||
"typings": "index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue