Skip to content

Commit

Permalink
chore: release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Feb 24, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bd90557 commit 9689c8d
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion projects/extensions/color-picker/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,10 @@
"ngPackage": {
"lib": {
"flatModuleFile": "mtxColorPicker",
"entryFile": "public-api.ts"
"entryFile": "public-api.ts",
"umdModuleIds": {
"ngx-color/chrome": "ngx-color-chrome"
}
}
}
}
3 changes: 2 additions & 1 deletion projects/extensions/ng-package.json
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@
},
"whitelistedNonPeerDependencies": [
"angular",
"ngx-color",
"photoviewer"
]
}
}
4 changes: 2 additions & 2 deletions projects/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-matero/extensions",
"version": "0.5.0",
"version": "0.6.0",
"description": "Angular Material Extensions",
"author": "nzbin<[email protected]>",
"repository": {
@@ -21,7 +21,7 @@
},
"homepage": "https://github.com/ng-matero/extensions#readme",
"dependencies": {
"ngx-color": "^4.1.1",
"ngx-color": "~4.1.1",
"photoviewer": "~3.4.0"
},
"peerDependencies": {

0 comments on commit 9689c8d

Please sign in to comment.