@oncehub/knowledgeowl-angular 4.1.5 → 4.1.6

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 (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@oncehub/knowledgeowl-angular",
3
- "description": "KnlwledgeOwl widget integration for Angular",
3
+ "description": "KnowledgeOwl widget integration for Angular",
4
4
  "author": "https://github.com/scheduleonce/knowledgeowl-angular/graphs/contributors",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "https://github.com/scheduleonce/knowledgeowl-angular"
7
+ "url": "git+https://github.com/scheduleonce/knowledgeowl-angular.git"
8
8
  },
9
9
  "license": "MIT",
10
- "version": "4.1.5",
10
+ "version": "4.1.6",
11
+ "exports": {
12
+ ".": "./dist"
13
+ },
11
14
  "scripts": {
12
15
  "ng": "ng",
13
16
  "build": "ng build --configuration production",
@@ -17,7 +20,6 @@
17
20
  "fix:prettier": "prettier --write \"**/*.{ts,js,css,scss,md,html}\"",
18
21
  "npm-pack": "cd dist/knowledgeowl-angular && npm pack",
19
22
  "package": "npm run build && cp README.md dist/knowledgeowl-angular/ && npm run npm-pack",
20
- "publish": "cd dist/knowledgeowl-angular && npm publish",
21
23
  "test:lint": "ng lint knowledgeowl-angular",
22
24
  "fix:lint": "ng lint knowledgeowl-angular --fix"
23
25
  },