Skip to content

Commit 12acbf3

Browse files
authored
Merge pull request #416 from joanllenas/fix/415
Add license to the published package.json
2 parents 446c066 + 185b8a1 commit 12acbf3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,8 @@
124124
}
125125
}
126126
}
127+
},
128+
"cli": {
129+
"analytics": "7ef17d4a-3e9b-4ef0-9ce7-bc0eda35d2f9"
127130
}
128131
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-date-fns-workspace",
3-
"version": "12.0.0",
3+
"version": "12.0.1",
44
"description": "date-fns pipes for Angular",
55
"repository": {
66
"type": "git",

projects/ngx-date-fns/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ngx-date-fns",
33
"version": "0.0.0",
4+
"license": "MIT",
45
"peerDependencies": {
56
"@angular/common": ">=17",
67
"@angular/core": ">=17",

0 commit comments

Comments
 (0)