Skip to content

Commit eb858b3

Browse files
committed
chore: update package meta
1 parent 79eaafc commit eb858b3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Diff for: projects/angular-ecmascript-intl/package.json

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "angular-ecmascript-intl",
33
"version": "2.0.0",
4+
"description": "Contains Angular pipes to transform internationalization data using Intl.* browser APIs",
5+
"keywords": [
6+
"angular",
7+
"pipe",
8+
"i18n",
9+
"intl",
10+
"date",
11+
"decimal",
12+
"percent",
13+
"currency",
14+
"language",
15+
"country",
16+
"timeago"
17+
],
418
"peerDependencies": {
519
"@angular/common": ">=16",
620
"@angular/core": ">=16"
@@ -16,5 +30,9 @@
1630
},
1731
"repository": {
1832
"url": "https://github.com/json-derulo/angular-ecmascript-intl"
19-
}
33+
},
34+
"license": "MIT",
35+
"homepage": "https://json-derulo.github.io/angular-ecmascript-intl/",
36+
"bugs": "https://github.com/json-derulo/angular-ecmascript-intl/issues",
37+
"funding": "https://github.com/sponsors/json-derulo"
2038
}

0 commit comments

Comments
 (0)