Skip to content

Commit b18937b

Browse files
author
PhilipAB
committed
docs: publish release info
1 parent 19c88ae commit b18937b

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Angular 13+ bootstrap date & time picker
22

3+
## Info about this fork
4+
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.
6+
7+
**Usage:**:
8+
- For Angular < 13 you can fall back to the latest official release [here](https://www.npmjs.com/package/angular-bootstrap-datetimepicker).
9+
- For Angular >= 13 and <= 16 it is recommended to use v13
10+
- For Angular >= 17 it is recommended to use v17 of this library
11+
12+
## Original docs...
13+
314
Native Angular (13+) datetime picker component styled by Twitter Bootstrap 4.
415

516
[![npm downloads](https://img.shields.io/npm/dm/angular-bootstrap-datetimepicker.svg)](https://www.npmjs.com/package/angular-bootstrap-datetimepicker)

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "angular-bootstrap-datetimepicker",
3-
"version": "0.0.0-semantic-release",
2+
"name": "@philipab/angular-bootstrap-datetimepicker",
3+
"version": "17.0.1",
44
"engines": {
55
"node": ">=18.13.0"
66
},
77
"license": "MIT",
8-
"author": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors",
8+
"author": "https://github.com/PhilipAB/angular-bootstrap-datetimepicker/graphs/contributors",
99
"bugs": {
1010
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/issues"
1111
},
12-
"homepage": "https://dalelotts.github.io/angular-bootstrap-datetimepicker",
12+
"homepage": "https://github.com/PhilipAB/angular-bootstrap-datetimepicker",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
15+
"url": "https://github.com/PhilipAB/angular-bootstrap-datetimepicker.git"
1616
},
1717
"keywords": [
1818
"angular",
@@ -102,5 +102,8 @@
102102
},
103103
"release": {
104104
"pkgRoot": "dist"
105+
},
106+
"publishConfig": {
107+
"access": "public"
105108
}
106109
}

0 commit comments

Comments
 (0)