Last change
on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago |
primeNG components
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "@angular/platform-browser/animations",
|
---|
3 | "sideEffects": false,
|
---|
4 | "main": "../bundles/platform-browser-animations.umd.js",
|
---|
5 | "fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/animations.js",
|
---|
6 | "fesm2015": "../fesm2015/animations.js",
|
---|
7 | "esm2015": "../esm2015/animations/animations.js",
|
---|
8 | "typings": "./animations.d.ts",
|
---|
9 | "module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/animations.js",
|
---|
10 | "module": "../fesm2015/animations.js",
|
---|
11 | "es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/animations.js",
|
---|
12 | "es2015": "../fesm2015/animations.js",
|
---|
13 | "__processed_by_ivy_ngcc__": {
|
---|
14 | "es2015": "12.2.13",
|
---|
15 | "fesm2015": "12.2.13",
|
---|
16 | "module": "12.2.13",
|
---|
17 | "typings": "12.2.13"
|
---|
18 | },
|
---|
19 | "scripts": {
|
---|
20 | "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
|
---|
21 | }
|
---|
22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.