Skip to content

Commit f21ece5

Browse files
author
PhilipAB
committed
docs: update release info
1 parent b18937b commit f21ece5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Info about this fork
44

5-
**Note**: This npm package is a fork of dalelotts/angular-bootstrap-datetimepicker, to provide an Ivy-compiled build of the current master branch. The fork was necessary because the official npm package did not release a new version with ivy support, yet.
5+
**Note**: This npm package is a fork of dalelotts/angular-bootstrap-datetimepicker, to provide an Ivy-compiled build of the current master branch. The fork was necessary because the official npm package did not release a new version with ivy support, yet. It is available [here](https://www.npmjs.com/package/@hobbyfarm-org/angular-bootstrap-datetimepicker).
66

77
**Usage:**:
88
- For Angular < 13 you can fall back to the latest official release [here](https://www.npmjs.com/package/angular-bootstrap-datetimepicker).

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "@philipab/angular-bootstrap-datetimepicker",
3-
"version": "17.0.1",
2+
"name": "@hobbyfarm-org/angular-bootstrap-datetimepicker",
3+
"version": "17.0.0",
44
"engines": {
55
"node": ">=18.13.0"
66
},
77
"license": "MIT",
8-
"author": "https://github.com/PhilipAB/angular-bootstrap-datetimepicker/graphs/contributors",
8+
"author": "https://github.com/hobbyfarm/angular-bootstrap-datetimepicker/graphs/contributors",
99
"bugs": {
1010
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"
1111
},
12-
"homepage": "https://github.com/PhilipAB/angular-bootstrap-datetimepicker",
12+
"homepage": "https://github.com/hobbyfarm/angular-bootstrap-datetimepicker",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/PhilipAB/angular-bootstrap-datetimepicker.git"
15+
"url": "git+https://github.com/hobbyfarm/angular-bootstrap-datetimepicker.git"
1616
},
1717
"keywords": [
1818
"angular",

0 commit comments

Comments
 (0)