Skip to content

Commit 1322253

Browse files
added the keywords
1 parent 59fa403 commit 1322253

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,3 @@ Recommended release flow:
337337
- Run `npm version minor` or `npm version patch` to bump `package.json` and create the tag.
338338
- Push the commit and tag: `git push origin main --tags`.
339339
- GitHub Actions will build and publish that tagged version to npm.
340-
341-
## Keywords
342-
343-
Keywords: ngbootstrap, angular bootstrap, bootstrap 5, angular components, UI library, datagrid, data grid, table, pagination, stepper, wizard, splitter, resizable panes, tree view, typeahead, autocomplete, chips, tags input, drag and drop, dnd, accessibility, a11y, ARIA, reactive forms, standalone components.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@angular-bootstrap/ngbootstrap",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Angular UI library providing datagrid, drag-and-drop, pagination, stepper, splitter, typeahead and chips components with Bootstrap-friendly styling.",
55
"author": {
66
"name": "Harmeet Singh"
77
},
8+
"keywords": ["ngbootstrap", "angular bootstrap", "bootstrap 5", "angular components", "UI library", "datagrid", "data grid", "table", "pagination", "stepper", "wizard", "splitter", "resizable panes", "tree view", "typeahead", "autocomplete", "chips", "tags" "input", "drag and drop", "dnd", "accessibility", "a11y", "ARIA", "reactive forms", "standalone components."],
89
"repository": {
910
"type": "git",
1011
"url": "git+https://github.com/angular-bootstrap/ngbootstrap.git"

0 commit comments

Comments
 (0)