@oncehub/knowledgeowl-angular 4.1.10 → 4.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # knowledgeowl-angular
2
2
 
3
- [![Build Status](https://travis-ci.org/scheduleonce/knowledgeowl-angular.svg?branch=master)](https://travis-ci.org/scheduleonce/knowledgeowl-angular)
4
- [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
3
+ [![Build status](https://github.com/scheduleonce/knowledgeowl-angular/actions/workflows/node.js.yml/badge.svg)](https://github.com/scheduleonce/knowledgeowl-angular/actions)
5
4
 
6
5
  Project that enables angular application to integrate KnowledgeOwl widget. This gives following features:
7
6
 
@@ -13,7 +12,7 @@ Project that enables angular application to integrate KnowledgeOwl widget. This
13
12
  You can use npm command line tool to install package.
14
13
 
15
14
  ```sh
16
- npm install knowledgeowl-angular
15
+ npm install @oncehub/knowledgeowl-angular
17
16
  ```
18
17
 
19
18
  ## How to use?
@@ -21,7 +20,7 @@ npm install knowledgeowl-angular
21
20
  Import the Module:
22
21
 
23
22
  ```sh
24
- import {KnowledgeOwlWidgetModule, KnowledgeOwlLinkModule} from 'knowledgeowl-angular';
23
+ import {KnowledgeOwlWidgetModule, KnowledgeOwlLinkModule} from '@oncehub/knowledgeowl-angular';
25
24
 
26
25
  @NgModule({
27
26
  ...
@@ -102,3 +101,11 @@ Exported as: `knowledgeOwlLink`
102
101
  | Name | Required | Description |
103
102
  | ---------------------------------------- | -------- | ------------------------- |
104
103
  | @Input() <br/>`knowledgeOwlLink: string` | true | KnowledgeOwl Article Name |
104
+
105
+ ### Development
106
+
107
+ Package is automatically pushed to npm when [creating a new release](.github/workflows/npm-publish.yml) on Github. Check out the release section in the repo. Read more about releases [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository).
108
+
109
+ ### License
110
+
111
+ This module is licensed under the MIT License. See the LICENSE file for details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oncehub/knowledgeowl-angular",
3
3
  "description": "KnowledgeOwl widget integration for Angular",
4
- "version": "4.1.10",
4
+ "version": "4.1.11",
5
5
  "author": "https://github.com/scheduleonce/knowledgeowl-angular/graphs/contributors",
6
6
  "repository": {
7
7
  "type": "git",