Skip to content

Commit ebb4f9c

Browse files
author
Yongnan Wu
committed
update to 11
1 parent 2836ae0 commit ebb4f9c

4 files changed

+9
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-masonry",
3-
"version": "10.1.0",
3+
"version": "11.0.0",
44
"description": "Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry",
55
"keywords": [
66
"angular",
@@ -22,8 +22,8 @@
2222
"url": "https://github.com/wynfred/ngx-masonry/"
2323
},
2424
"peerDependencies": {
25-
"@angular/common": "^10.0.0",
26-
"@angular/core": "^10.0.0",
25+
"@angular/common": "^11.0.0",
26+
"@angular/core": "^11.0.0",
2727
"masonry-layout": "^4.2.0"
2828
},
2929
"dependencies": {

tsconfig.lib.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../out-tsc/lib",
5+
"declarationMap": true,
56
"target": "es2015",
67
"declaration": true,
78
"inlineSources": true,

tsconfig.lib.prod.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": "./tsconfig.lib.json",
3+
"compilerOptions": {
4+
"declarationMap": false
5+
},
36
"angularCompilerOptions": {
47
"enableIvy": false
58
}

tsconfig.spec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../out-tsc/spec",
55
"types": [

0 commit comments

Comments
 (0)