unit.gl 0.1.1 → 0.1.2

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 +2 -2
  2. package/package.json +22 -2
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  [![Website](https://img.shields.io/website?url=https%3A%2F%2Fwww.unit.gl&up_message=Up&up_color=354351&down_message=Down&down_color=354351&style=flat-square&logo=Firefox&logoColor=FFFFFF&label=Website&labelColor=354351&color=354351)
12
12
  ](https://www.unit.gl)
13
- [![NPM Version](https://img.shields.io/npm/v/unit.gl?style=flat-square&logo=npm&logoColor=FFFFFF&label=NPM&labelColor=354351&color=354351&link=https%3A%2F%2Fwww.npmjs.com%2Funitage%2Funit.gl)](https://www.npmjs.com/unitage/unit.gl)
13
+ [![NPM Version](https://img.shields.io/npm/v/unit.gl?style=flat-square&logo=npm&logoColor=FFFFFF&label=NPM&labelColor=354351&color=354351&link=https%3A%2F%2Fwww.npmjs.com%2Funitage%2Funit.gl)](https://www.npmjs.com/unit.gl)
14
14
  [![devContainer](https://img.shields.io/badge/devContainer-23354351?style=flat-square&logo=Docker&logoColor=%23FFFFFF&labelColor=%23354351&color=%23354351)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/unit.gl)
15
15
  [![StackBlitz](https://img.shields.io/badge/StackBlitz-23354351?style=flat-square&logo=StackBlitz&logoColor=%23FFFFFF&labelColor=%23354351&color=%23354351)](https://stackblitz.com/github/stylescape/unit.gl/tree/main?file=src%2Findex.html)
16
16
  [![GitHub License](https://img.shields.io/github/license/stylescape/unit.gl?style=flat-square&logo=readthedocs&logoColor=FFFFFF&label=&labelColor=%23354351&color=%23354351&link=LICENSE)](https://github.com/stylescape/unit.gl/blob/main/LICENSE)
@@ -65,7 +65,7 @@ Scape Agency is a spatial innovation collective that dreams, discovers and desig
65
65
  #### Links
66
66
 
67
67
  - [Website](https://www.unit.gl)
68
- - [NPM](https://www.npmjs.com/unitage/unit.gl)
68
+ - [NPM](https://www.npmjs.com/unit.gl)
69
69
 
70
70
  ### Development Resources
71
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unit.gl",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Dynamic Layout Engine.",
5
5
  "keywords": [
6
6
  "unit.gl",
@@ -42,5 +42,25 @@
42
42
  "tex/**/*.tex",
43
43
  "ts/**/*.ts",
44
44
  "!.DS_Store"
45
- ]
45
+ ],
46
+ "author": "Lars van Vianen <lars@vianen.com> (https://www.vianen.com)",
47
+ "contributors": [
48
+ "Scape Agency <info@scape.agency>"
49
+ ],
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "git+https://github.com/stylescape/unit.gl.git"
53
+ },
54
+ "funding": [
55
+ {
56
+ "type": "github",
57
+ "url": "https://github.com/sponsors/scape-foundation"
58
+ }
59
+ ],
60
+ "exports": {
61
+ ".": {
62
+ "sass": "./scss/index.scss",
63
+ "typescript": "./ts/index.scss"
64
+ }
65
+ }
46
66
  }