
TypeScript compiler will now build to ES2015 code and modules. Babili is used to minify ES2015 code, providing an initial optimization that we couldn't previously get just from Uglify. Uses Babel to convert ES2015 to UMD/ES5 code, and Uglify to minimize the output.
19 lines
494 B
JSON
19 lines
494 B
JSON
{
|
|
"name": "@angular/common",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - commonly needed directives and services",
|
|
"main": "./bundles/common.umd.js",
|
|
"module": "./@angular/common.es5.js",
|
|
"es2015": "./@angular/common.js",
|
|
"typings": "./typings/common.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|