oip-common 0.0.5 → 0.0.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.
package/README.md CHANGED
@@ -23,3 +23,6 @@ Run `ng test oip-common` to execute the unit tests via [Karma](https://karma-run
23
23
  ## Further help
24
24
 
25
25
  To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
26
+
27
+
28
+ з
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oip-common",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "A template for cross-platform web applications based on sakai-ng and primeNG",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -13,6 +13,13 @@
13
13
  "type": "git",
14
14
  "url": "git+https://github.com/g10101k/Oip.git"
15
15
  },
16
+ "style": "assets/oip-common.css",
17
+ "sass": "assets/oip-common.scss",
18
+ "files": [
19
+ "assets/",
20
+ "dist/",
21
+ "package.json"
22
+ ],
16
23
  "module": "fesm2022/oip-common.mjs",
17
24
  "typings": "index.d.ts",
18
25
  "exports": {